elendel: Enable data-access
Some checks failed
Cachix / build (elendel) (push) Successful in 1m28s
Cachix / build (kholinar) (push) Successful in 1m56s
Cachix / build (lasting-integrity) (push) Successful in 1m7s
Cachix / build (marabethia) (push) Has been cancelled
Cachix / build (urithiru) (push) Has been cancelled
Some checks failed
Cachix / build (elendel) (push) Successful in 1m28s
Cachix / build (kholinar) (push) Successful in 1m56s
Cachix / build (lasting-integrity) (push) Successful in 1m7s
Cachix / build (marabethia) (push) Has been cancelled
Cachix / build (urithiru) (push) Has been cancelled
This commit is contained in:
parent
bf44ced696
commit
ecf5174044
2 changed files with 12 additions and 10 deletions
|
@ -60,6 +60,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
|
containers.externalInterface = "enp7s0";
|
||||||
|
data-access.enable = true;
|
||||||
git.runner.enable = true;
|
git.runner.enable = true;
|
||||||
torrents.enable = true;
|
torrents.enable = true;
|
||||||
};
|
};
|
||||||
|
|
20
secrets.nix
20
secrets.nix
|
@ -76,7 +76,7 @@ in
|
||||||
|
|
||||||
"secrets/passwords/services/nextcloud-admin.age".publicKeys = [ marabethia ] ++ users;
|
"secrets/passwords/services/nextcloud-admin.age".publicKeys = [ marabethia ] ++ users;
|
||||||
|
|
||||||
"secrets/passwords/services/data-basic-auth.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/passwords/services/data-basic-auth.age".publicKeys = [ elendel ] ++ users;
|
||||||
|
|
||||||
"secrets/files/programs/ssh/host_configuration.age".publicKeys = nixosHosts ++ users;
|
"secrets/files/programs/ssh/host_configuration.age".publicKeys = nixosHosts ++ users;
|
||||||
|
|
||||||
|
@ -99,13 +99,13 @@ in
|
||||||
"secrets/files/wireguard/urithiru.privkey.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/files/wireguard/urithiru.privkey.age".publicKeys = [ urithiru ] ++ users;
|
||||||
"secrets/files/wireguard/psk.age".publicKeys = hosts ++ users;
|
"secrets/files/wireguard/psk.age".publicKeys = hosts ++ users;
|
||||||
|
|
||||||
"secrets/data-access/ssh_host_rsa_key.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/data-access/ssh_host_rsa_key.age".publicKeys = [ elendel ] ++ users;
|
||||||
"secrets/data-access/ssh_host_rsa_key.pub.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/data-access/ssh_host_rsa_key.pub.age".publicKeys = [ elendel ] ++ users;
|
||||||
"secrets/data-access/ssh_host_ed25519_key.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/data-access/ssh_host_ed25519_key.age".publicKeys = [ elendel ] ++ users;
|
||||||
"secrets/data-access/ssh_host_ed25519_key.pub.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/data-access/ssh_host_ed25519_key.pub.age".publicKeys = [ elendel ] ++ users;
|
||||||
"secrets/data-access/authorized_keys.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/data-access/authorized_keys.age".publicKeys = [ elendel ] ++ users;
|
||||||
"secrets/data-access/password_file.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/data-access/password_file.age".publicKeys = [ elendel ] ++ users;
|
||||||
"secrets/data-access/readonly_authorized_keys.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/data-access/readonly_authorized_keys.age".publicKeys = [ elendel ] ++ users;
|
||||||
"secrets/data-access/readonly_password_file.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/data-access/readonly_password_file.age".publicKeys = [ elendel ] ++ users;
|
||||||
"secrets/data-access/create_torrent.age".publicKeys = [ urithiru ] ++ users;
|
"secrets/data-access/create_torrent.age".publicKeys = [ elendel ] ++ users;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue