This commit is contained in:
2026-03-02 16:35:14 +01:00
parent d182532b34
commit 6c8e7ec373
17 changed files with 703 additions and 52 deletions

View File

@@ -24,6 +24,7 @@
inputs.self.nixosModules.workstation
inputs.self.nixosModules.initrd-ssh
inputs.self.nixosModules.localisation
inputs.self.nixosModules.aarch64-vm
];
yubikey.enable = true;
@@ -38,6 +39,7 @@
command = "sway";
};
sway.enable = true;
aarch64-vm.enable = true;
initrd-ssh = {
enable = true;