@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

alastor: limit boot generations to 10

+3
+3
hosts/alastor/configuration.nix
··· 24 24 # System version 25 25 system.stateVersion = "24.05"; 26 26 27 + # Limit boot generations to prevent /boot from filling up 28 + boot.loader.grub.configurationLimit = 10; 29 + 27 30 # Hostname 28 31 networking.hostName = hostname; 29 32