clan.core.sops.defaultGroups to all machines
This commit is contained in:
@@ -14,6 +14,8 @@ in
|
|||||||
../../modules/docs.nix
|
../../modules/docs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
clan.core.sops.defaultGroups = [ "admins" ];
|
||||||
|
|
||||||
# Public IPv6 (from modules/hosts.nix); SLAAC doesn't bring it up here.
|
# Public IPv6 (from modules/hosts.nix); SLAAC doesn't bring it up here.
|
||||||
cnx.staticIPv6 = {
|
cnx.staticIPv6 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
../../modules/monitoring/exporters.nix
|
../../modules/monitoring/exporters.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
clan.core.sops.defaultGroups = [ "admins" ];
|
||||||
|
|
||||||
# Until the install generates facter.json (which normally provides this).
|
# Until the install generates facter.json (which normally provides this).
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ in
|
|||||||
../../modules/monitoring/exporters.nix
|
../../modules/monitoring/exporters.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
clan.core.sops.defaultGroups = [ "admins" ];
|
||||||
|
|
||||||
# Public IPv6 (from modules/hosts.nix); SLAAC doesn't bring it up here.
|
# Public IPv6 (from modules/hosts.nix); SLAAC doesn't bring it up here.
|
||||||
cnx.staticIPv6 = {
|
cnx.staticIPv6 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -18,6 +18,8 @@ in
|
|||||||
../../modules/monitoring/exporters.nix
|
../../modules/monitoring/exporters.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
clan.core.sops.defaultGroups = [ "admins" ];
|
||||||
|
|
||||||
# Knot's state dir holds the non-regenerable DNSSEC key material (KSK/ZSK
|
# Knot's state dir holds the non-regenerable DNSSEC key material (KSK/ZSK
|
||||||
# private keys in the KASP keystore). Declaring it as clan state makes the
|
# private keys in the KASP keystore). Declaring it as clan state makes the
|
||||||
# borgbackup client back it up; losing it forces an emergency DS rollover at
|
# borgbackup client back it up; losing it forces an emergency DS rollover at
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ in
|
|||||||
../../modules/monitoring/exporters.nix
|
../../modules/monitoring/exporters.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
clan.core.sops.defaultGroups = [ "admins" ];
|
||||||
|
|
||||||
# Public IPv6 (from modules/hosts.nix; matches the ns2 AAAA glue); SLAAC
|
# Public IPv6 (from modules/hosts.nix; matches the ns2 AAAA glue); SLAAC
|
||||||
# doesn't bring it up here.
|
# doesn't bring it up here.
|
||||||
cnx.staticIPv6 = {
|
cnx.staticIPv6 = {
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ in
|
|||||||
../../modules/web-proxy.nix
|
../../modules/web-proxy.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
clan.core.sops.defaultGroups = [ "admins" ];
|
||||||
|
|
||||||
# Public IPv6 (from modules/hosts.nix); SLAAC doesn't bring it up here.
|
# Public IPv6 (from modules/hosts.nix); SLAAC doesn't bring it up here.
|
||||||
cnx.staticIPv6 = {
|
cnx.staticIPv6 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user