1
0
Fork 0
forked from Bun/nixos-config

Move more things to Nixlang, remove bemenu and Pavucontrol

This commit is contained in:
Jimbo 2024-08-18 23:42:20 -04:00
parent 5c1ec4d677
commit bdd47c9572
4 changed files with 280 additions and 517 deletions

View file

@ -55,7 +55,7 @@
"/home/jimbo/JimboNFS" = {
device = "server:/export/JimboNFS";
fsType = "nfs4";
options = [ "x-systemd.automount" "_netdev" "noauto" ];
options = [ "x-systemd.automount" "_netdev" "nofail" "noauto" ];
};
};