Simplify home.nix
This commit is contained in:
parent
812e8d8525
commit
dfcd383c50
4 changed files with 2 additions and 16 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
# NFS server
|
||||
services.nfs.server = {
|
||||
enable = true;
|
||||
exports = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue