small sisyphe update

This commit is contained in:
chloe 2025-09-30 12:42:17 +02:00
parent 0e1b49a4a7
commit 1ec09c0571
5 changed files with 7 additions and 83 deletions

View file

@ -21,6 +21,8 @@ in
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
# Support for xterm.js in Proxmox
boot.kernelParams = [ "console=ttyS0" ];
services.qemuGuest.enable = true;
@ -123,6 +125,11 @@ in
"unrar"
];
# log shouldnt eat all my hard drive
services.logrotate = {
enable = true;
};
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#