Add vm and boot option

This commit is contained in:
muon 2024-08-23 10:53:58 +00:00
parent b7d42c340b
commit 5660351d84
4 changed files with 32 additions and 10 deletions

View file

@ -10,11 +10,20 @@ in {
# System
mods.user.name = "muon";
networking.hostName = "mups";
networking.hostName = "muvm";
mods.home.file = ./home.nix;
users.users.muon.initialPassword = "changeme";
boot.loader.grub = {
enable = true;
efiSupport = true;
device = "nodev";
};
# Modules
mods.desktop.enable = true;
mods.boot.enable = false;
mods.theme.enable = true;
mods.theme.scheme = "woodland";