Full Refactor and history reset

This commit is contained in:
2026-03-19 10:47:32 -05:00
commit c5d7d9e3da
65 changed files with 4632 additions and 0 deletions

15
networking.nix Normal file
View 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" ];
# };
}