Full Refactor and history reset
This commit is contained in:
15
networking.nix
Normal file
15
networking.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
networking.extraHosts = "";
|
||||
# fileSystems."/home/joe/media" = {
|
||||
# device = "nas.5sigma.net:/share/media";
|
||||
# fsType = "nfs";
|
||||
# options = [ "x-systemd.automount" "noauto" "nofail" ];
|
||||
# };
|
||||
}
|
||||
Reference in New Issue
Block a user