summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-03-12 18:44:59 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2025-03-12 18:44:59 +0100
commit5db849639d0d13a1e7cb0648009eadc91884d385 (patch)
tree086ca7a70024c16c7dcb41eed94accf203a27fcf /flake.nix
parent3c45c974b43c8c342ea7befee45a262fbb355458 (diff)
allow reboot on autoUpgrade
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 3c615eb..98a52a9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,7 @@
inherit system;
modules =
commonModules
- ++ [./config ./config/hardware-configuration.nix];
+ ++ [./config ./config/hardware];
};
hermes-test = nixpkgs.lib.nixosSystem {
inherit system;