Server NixOS configs
0
fork

Configure Feed

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

fix: update config again

+4 -7
+4 -7
hosts/tethys/disks.nix
··· 7 7 content = { 8 8 type = "gpt"; 9 9 partitions = { 10 - boot = { 11 - size = "1M"; 12 - type = "EF02"; # for grub MBR 13 - }; 14 - ESP = { 15 - size = "512M"; 10 + sda1 = { 16 11 type = "EF00"; 12 + size = "100M"; 17 13 content = { 18 14 type = "filesystem"; 19 15 format = "vfat"; ··· 21 17 mountOptions = [ "umask=0077" ]; 22 18 }; 23 19 }; 24 - root = { 20 + 21 + sda2 = { 25 22 size = "100%"; 26 23 content = { 27 24 type = "filesystem";