mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(nfs): goliath
This commit is contained in:
parent
db8981cad0
commit
681e25cd9c
4 changed files with 37 additions and 3 deletions
|
|
@ -66,6 +66,7 @@ in {
|
|||
if addrs != [] then addrs
|
||||
else lib.warn "${name} NFS: falling back to all LAN" cidrForNetwork.allLan.all;
|
||||
in allowed;
|
||||
mkC4130Client = name: mkMetalClient name ++ mkMetalClient "idrac-${name}";
|
||||
in {
|
||||
common = [
|
||||
"no_subtree_check"
|
||||
|
|
@ -103,8 +104,9 @@ in {
|
|||
tailClients = optionals config.services.tailscale.enable cidrForNetwork.tail.all;
|
||||
localClients = cidrForNetwork.allLan.all ++ flagSets.tailClients;
|
||||
allClients = flagSets.clientGroups ++ flagSets.trustedClients ++ flagSets.localClients;
|
||||
gengetsuClients = mkMetalClient "gengetsu";
|
||||
mugetsuClients = mkMetalClient "mugetsu";
|
||||
gengetsuClients = mkC4130Client "gengetsu";
|
||||
mugetsuClients = mkC4130Client "mugetsu";
|
||||
goliathClients = flagSets.gengetsuClients ++ flagSets.mugetsuClients;
|
||||
};
|
||||
root = {
|
||||
path = "/srv/fs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue