This commit is contained in:
Nathan McCarty 2023-04-26 00:06:21 -04:00
parent 5dcd255c0d
commit 632af31557
No known key found for this signature in database
1 changed files with 7 additions and 1 deletions

View File

@ -22,6 +22,12 @@
# mode = "0400";
# };
};
# Make the vm boot
boot.loader.grub = {
enable = true;
device = "/dev/sda";
useOSProber = true;
};
# Setup system configuration
nathan = {
programs = { games = false; };
@ -41,7 +47,7 @@
};
config = {
isDesktop = true;
setupGrub = true;
setupGrub = false;
nix.autoUpdate = false;
harden = false;
};