summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-11-25 09:27:09 +0100
committerLinnnus <[email protected]>2024-11-25 09:27:09 +0100
commit285e78c6e64ccc2bb9c81c1823f5128d64aa2395 (patch)
treef9be3f85abe120fcd60d49697a200336cdea2ee3
parent9e2cf147e2373e1228e32c3f7c8cb712e3a5a28f (diff)
ahmed: Rebuild from GitHub
This is a bit of an experiment. With this approach, I should be able to remotely and asynchronously update this host.
-rw-r--r--hosts/ahmed/configuration.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix
index cd37994..173d1c7 100644
--- a/hosts/ahmed/configuration.nix
+++ b/hosts/ahmed/configuration.nix
@@ -87,10 +87,8 @@
# Automatic upgrades
system.autoUpgrade = {
enable = true;
- flake = flakeInputs.self.outPath;
+ flake = "github:linnnus/nix-monorepo";
flags = [
- "--update-input"
- "nixpkgs"
"-L" # print build logs
];
dates = "02:00";