Compare commits
No commits in common. "e808aa4d67ccdf5c8e581f007ec2ca9fb27170f4" and "a5e6f5dd7cc7cca14fede8acd764a1c58fef3773" have entirely different histories.
e808aa4d67
...
a5e6f5dd7c
2 changed files with 7 additions and 13 deletions
|
|
@ -31,6 +31,5 @@ in
|
|||
};
|
||||
vm = {
|
||||
system = "x86_64-linux";
|
||||
targetHost = "192.168.122.110";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,13 @@ in
|
|||
htop
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = false;
|
||||
boot = {
|
||||
loader.grub.devices = [ "/dev/vda" ];
|
||||
initrd = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.getty.autologinUser = "root";
|
||||
|
||||
|
|
@ -30,16 +36,5 @@ 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