summaryrefslogtreecommitdiff
path: root/modules/system/system.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-06-20 19:47:32 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-06-20 19:47:32 +0200
commitcd616778a4afd4bd45aac06d6edbb59258759656 (patch)
tree88ab85647be0ecc5c9f16daeefd74c9ed177383e /modules/system/system.nix
parent69ffed3413ec543408c8ea388b22f98a3d7ce1d6 (diff)
I think I've already commit all of this...OpSec-improvements
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 08259e7..2ad6188 100644
--- a/modules/system/system.nix
+++ b/modules/system/system.nix
@@ -11,6 +11,7 @@
}: {
imports = [
self.nixosModules.nix # Nix configuration
+ self.nixosModules.keyboard # Keyboard layout configuration & similiar
self.nixosModules.keys # Configuration for encrypted drive on my keys
];
};