diff options
author | Linnnus <[email protected]> | 2024-11-25 09:27:09 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-11-25 09:27:09 +0100 |
commit | 285e78c6e64ccc2bb9c81c1823f5128d64aa2395 (patch) | |
tree | f9be3f85abe120fcd60d49697a200336cdea2ee3 | |
parent | 9e2cf147e2373e1228e32c3f7c8cb712e3a5a28f (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.nix | 4 |
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"; |