summaryrefslogtreecommitdiff
path: root/hosts/ahmed
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ahmed')
-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";