Set up building an ISO from the config.

This commit is contained in:
Tom Alexander
2024-12-19 19:36:10 -05:00
parent df3528d62a
commit 50811aad77
3 changed files with 29 additions and 23 deletions

View File

@@ -14,6 +14,8 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.trusted-users = [ "@wheel" ];
boot.kernelPackages = pkgs.linuxPackages_6_11;
users.mutableUsers = false;
users.users.talexander = {
isNormalUser = true;