summaryrefslogtreecommitdiff
path: root/modules/system/system.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-18 22:50:26 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-18 22:50:26 +0200
commit64e98489467298205ef7291fbbfdcea2a1e51c42 (patch)
treeed5b05329d48e6a26e7188a2cc0d9efebe1acb4b /modules/system/system.nix
parent5fde8eb1727021a370b5203376271f41d84146a4 (diff)
Added keys.nix
Diffstat (limited to 'modules/system/system.nix')
-rw-r--r--modules/system/system.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.nix b/modules/system/system.nix
index 283ea77..08259e7 100644
--- a/modules/system/system.nix
+++ b/modules/system/system.nix
@@ -11,6 +11,7 @@
}: {
imports = [
self.nixosModules.nix # Nix configuration
+ self.nixosModules.keys # Configuration for encrypted drive on my keys
];
};
}