Compare commits
3 commits
e808aa4d67
...
00cb11370d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00cb11370d | ||
|
|
8aa655b7e5 | ||
|
|
c0845067ef |
2 changed files with 13 additions and 1 deletions
|
|
@ -31,5 +31,6 @@ in
|
|||
};
|
||||
vm = {
|
||||
system = "x86_64-linux";
|
||||
targetHost = "192.168.122.110";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ in
|
|||
];
|
||||
|
||||
boot = {
|
||||
loader.grub.devices = [ "/dev/vda" ];
|
||||
loader.grub.enable = false;
|
||||
initrd = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
|
|
@ -36,5 +36,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