My Nix Configuration
2
fork

Configure Feed

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

[marvin] add new disk

dish 37a0cbd5 fcc0a421

+5
+5
hosts/marvin/default.nix
··· 65 65 device = "tank/var/log/journal"; 66 66 options = [ "zfsutil" ]; 67 67 }; 68 + "/var/lib" = { 69 + fsType = "btrfs"; 70 + device = "/dev/disk/by-id/nvme-eui.ace42e817013cb34"; 71 + options = [ "compress=zstd" ]; 72 + }; 68 73 }; 69 74 swapDevices = [ { device = "/dev/disk/by-uuid/e69409bc-9cf0-4795-8620-33a021a4b729"; } ]; 70 75 users.groups.misc.gid = 1000;