my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
9
fork

Configure Feed

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

at main 17 lines 304 B view raw
1{ 2 fileSystems = { 3 "/" = { 4 device = "/dev/disk/by-uuid/3ac0d35f-0807-4553-a17e-24b227f1a3b1"; 5 fsType = "ext4"; 6 }; 7 8 "/boot" = { 9 device = "/dev/disk/by-uuid/ED86-8CB2"; 10 fsType = "vfat"; 11 options = [ 12 "fmask=0022" 13 "dmask=0022" 14 ]; 15 }; 16 }; 17}