From 285e78c6e64ccc2bb9c81c1823f5128d64aa2395 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 25 Nov 2024 09:27:09 +0100 Subject: 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. --- hosts/ahmed/configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts/ahmed/configuration.nix') 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"; -- cgit v1.2.3