regenerate hardware-configuration.nix on all machines

This commit is contained in:
Katherina Walshe-Grey 2024-07-02 19:00:36 +01:00
parent 7c110ae17d
commit 18bc4afc65
3 changed files with 22 additions and 18 deletions

View file

@ -28,17 +28,17 @@
fsType = "zfs";
};
fileSystems."/data/forgejo" =
{ device = "rpool/forgejo";
fsType = "zfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/107D-5AB3";
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
fileSystems."/data/forgejo" =
{ device = "rpool/forgejo";
fsType = "zfs";
};
swapDevices =
[ { device = "/dev/disk/by-uuid/f8b6eb35-33ad-4e19-bf3d-cac5ec38a8dc"; }
];