Skip to content

Commit

Permalink
renable some items
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceratops committed Aug 9, 2024
1 parent a0fef0c commit 6c58050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nixos/hosts/mnas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
config = {
mySystem.purpose = "Network Attached Storage";
mySystem.system.impermanence.enable = true;
# mySystem.system.autoUpgrade.enable = true; # bold move cotton
mySystem.system.autoUpgrade.enable = true; # bold move cotton
mySystem.services = {
openssh.enable = true;
# minio.enable = true;
Expand All @@ -25,7 +25,7 @@
# mySystem.security.acme.enable = true;

mySystem.nasFolder = "/tank";
# mySystem.system.resticBackup.local.location = "/tank/backup/nixos/nixos";
mySystem.system.resticBackup.local.location = "/tank/backup/nixos/nixos";

mySystem.system = {
zfs.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion nixos/hosts/mnas/storage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ in
# nfs
services.nfs.server.enable = true;
services.nfs.server.exports = ''
/tank 192.168.10.1/24(no_subtree_check,all_squash,anonuid=568,anongid=568,rw,fsid=0) 10.8.20.1/24(no_subtree_check,all_squash,anonuid=568,anongid=568,rw,fsid=0)
/tank 192.168.10.1/24(no_subtree_check,all_squash,anonuid=568,anongid=568,rw,fsid=0) 192.168.1.1/24(no_subtree_check,all_squash,anonuid=568,anongid=568,rw,fsid=0)
'';
# disable v2/v3 nfs to force v4
services.nfs.settings.nfsd = {
Expand Down

0 comments on commit 6c58050

Please sign in to comment.