Simplify home.nix

This commit is contained in:
Jimbo 2024-09-29 22:17:21 -04:00
parent 812e8d8525
commit dfcd383c50
4 changed files with 2 additions and 16 deletions

View file

@ -98,11 +98,6 @@ in {
fsType = "nfs4";
options = ["x-systemd.automount" "_netdev" "nofail" "noauto"];
};
"/home/jimbo/FreecornNFS" = {
device = "${outputs.secrets.cornIP}:/export/freecornNFS";
fsType = "nfs4";
options = ["x-systemd.automount" "_netdev" "nofail" "noauto"];
};
};
# Set the swap partition

View file

@ -1,5 +1,4 @@
{
# NFS server
services.nfs.server = {
enable = true;
exports = ''