The Blue Update #1
|
@ -30,6 +30,11 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = [ "fmask=0022" "dmask=0022" ];
|
options = [ "fmask=0022" "dmask=0022" ];
|
||||||
};
|
};
|
||||||
|
"/home/jimbo/JimboNFS" = {
|
||||||
|
device = "${config.ips.wgSpan}.1:/export/JimboNFS";
|
||||||
|
fsType = "nfs4";
|
||||||
|
options = ["x-systemd.automount" "_netdev" "nofail" "noauto"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
nixclean = "doas nix-store --gc; nix-collect-garbage -d";
|
nixclean = "doas nix-store --gc; nix-collect-garbage -d";
|
||||||
nixpurge = "doas nix-collect-garbage --delete-old";
|
nixpurge = "doas nix-collect-garbage --delete-old";
|
||||||
nixoptimize = "doas nix store optimise";
|
nixoptimize = "doas nix store optimise";
|
||||||
|
nixscrub = "nixclean; nixpurge; nixoptimize";
|
||||||
|
|
||||||
# Flake commands
|
# Flake commands
|
||||||
flakedate = "doas nix flake update /etc/nixos";
|
flakedate = "doas nix flake update /etc/nixos";
|
||||||
|
|
Loading…
Reference in a new issue