mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-03 23:44:51 +02:00
small sisyphe update
This commit is contained in:
parent
0e1b49a4a7
commit
1ec09c0571
5 changed files with 7 additions and 83 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue