From 9be1d2ce7a3e73706fd5f4c367eb5b63960fac63 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 20:02:33 +0900 Subject: [PATCH] test --- modules/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos.nix b/modules/nixos.nix index b2e593b4..0f3d09be 100644 --- a/modules/nixos.nix +++ b/modules/nixos.nix @@ -9,7 +9,7 @@ allowReboot = false; # channel = https://channels.nixos.org/nixos-23.05; # https://search.nixos.org/options?channel=unstable&show=system.autoUpgrade.flake&from=0&size=50&sort=relevance&type=packages&query=Autoupgrade - flake = "path:../../flake.nix" # Should be /etc/nixos/flake.nix + flake = "path:/etc/nixos/flake.nix"; # Should be /etc/nixos/flake.nix }; };