Compare commits

..

5 Commits

5 changed files with 5 additions and 19 deletions

View File

@@ -7,16 +7,7 @@
fileSystems."/mnt/HoardingCow_docker_data" = {
device = "192.168.1.2:/WorkHorse_docker_data";
fsType = "nfs";
options = [
"noatime"
"hard"
"nofail"
"_netdev"
"rsize=1048576"
"wsize=1048576"
"timeo=14"
"retrans=5"
];
options = [ "defaults" "nofail" "_netdev" ];
};
};
}

2
secrets/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.age.bak
*.corrupt.bak

Binary file not shown.

View File

@@ -8,11 +8,4 @@ let
in
{
"containers.env.age".publicKeys = authorizedKeys;
"lazyworkhorse_host_ssh_key.age".publicKeys = authorizedKeys;
"n8n_ssh_key.age".publicKeys = authorizedKeys;
"openclaw_gateway_token.age".publicKeys = authorizedKeys;
"ai.age".publicKeys = authorizedKeys;
"cloudstorege.age".publicKeys = authorizedKeys;
"homeautomation.age".age".publicKeys = authorizedKeys;
"network.age".age".publicKeys = authorizedKeys;
}
}