forked from Bun/nixos-config
Move more things to Nixlang, remove bemenu and Pavucontrol
This commit is contained in:
parent
5c1ec4d677
commit
bdd47c9572
4 changed files with 280 additions and 517 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue