@cryptotaxi247 / infra / commits / 68348b2e

delft/eris: also import ./common.nix

Otherwise openssh is only enabled on eris via nixops automagic and not via explicit configuration.

Pierre Bourdon committed Feb 8, 2024 at 21:43 UTC 68348b2e763426d3fccb2bb28a9da37b753a8deb
1 file changed +1 -3
delft/eris.nix
+1 -3
@@ -4,6 +4,7 @@ let
4 in
5 {
6 imports = [
7 + ./common.nix
8 ../modules/rfc39.nix
9 ../modules/prometheus
10 ../modules/wireguard.nix
@@ -44,9 +45,6 @@ in
45 };
46
47 security.acme = {
47 - acceptTerms = true;
48 - defaults.email = "infra@nixos.org";
49 -
48 # these cert parameters are very specifically & carefully chosen for iPXE compatibility.
49 certs."netboot.nixos.org" = {
50 keyType = "rsa4096";