Compare commits
3 commits
a5e6f5dd7c
...
e808aa4d67
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e808aa4d67 | ||
|
|
82359ace82 | ||
|
|
96a163f3ff |
2 changed files with 13 additions and 7 deletions
|
|
@ -31,5 +31,6 @@ in
|
|||
};
|
||||
vm = {
|
||||
system = "x86_64-linux";
|
||||
targetHost = "192.168.122.110";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,13 +10,7 @@ in
|
|||
htop
|
||||
];
|
||||
|
||||
boot = {
|
||||
loader.grub.devices = [ "/dev/vda" ];
|
||||
initrd = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
};
|
||||
boot.loader.grub.enable = false;
|
||||
|
||||
services.getty.autologinUser = "root";
|
||||
|
||||
|
|
@ -36,5 +30,16 @@ in
|
|||
};
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
autoSuspend = false;
|
||||
};
|
||||
exportConfiguration = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue