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

@@ -26,6 +26,7 @@ in
inputs.self.nixosModules.nvidia
inputs.self.nixosModules.initrd-ssh
inputs.self.nixosModules.localisation
inputs.self.nixosModules.aarch64-vm
];
yubikey.enable = true;
@@ -65,6 +66,8 @@ in
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-material-dark-medium.yaml";
};
aarch64-vm.enable = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;