Server NixOS configs
0
fork

Configure Feed

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

fix: grrrrrrub

+1 -5
+1 -5
hosts/tethys/hardware.nix
··· 19 19 kernelModules = []; 20 20 }; 21 21 22 - loader = { 23 - boot.loader.grub.enable = true; 24 - boot.loader.grub.efiSupport = true; 25 - boot.loader.grub.efiInstallAsRemovable = true; 26 - }; 22 + loader.grub.enable = true; 27 23 }; 28 24 29 25 fileSystems."/" = {