feat: extract initrd-ssh module from hardware config

This commit is contained in:
2026-02-21 20:45:24 +01:00
parent a2abf10e39
commit 8406979975
6 changed files with 144 additions and 72 deletions

View File

@@ -22,6 +22,7 @@
inputs.self.nixosModules.gnupg
inputs.self.nixosModules.tuigreet
inputs.self.nixosModules.workstation
inputs.self.nixosModules.initrd-ssh
];
# Modules
@@ -38,6 +39,11 @@
};
sway.enable = true;
initrd-ssh = {
enable = true;
networkModule = "r8169";
};
# Stylix theming
stylix = {
enable = true;