This commit is contained in:
2026-03-02 16:35:14 +01:00
parent d182532b34
commit a8cd22d113
17 changed files with 694 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;