ensure inputs

This commit is contained in:
Kiara Grouwstra 2025-08-24 18:19:53 +02:00
parent 4534efae38
commit 9c86f7c88d
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -83,7 +83,11 @@ in
enableAcme = ${lib.strings.toJSON config.enableAcme}; enableAcme = ${lib.strings.toJSON config.enableAcme};
acmeNodeIP = if config.enableAcme then config.nodes.acme.networking.primaryIPAddress else null; acmeNodeIP = if config.enableAcme then config.nodes.acme.networking.primaryIPAddress else null;
# environment.systemPackages = [ pkgs.hello ]; environment.systemPackages = with pkgs; [
hello
automake
autoconf
];
}; };
os = import "${sources.nixpkgs}/nixos" { inherit system configuration; }; os = import "${sources.nixpkgs}/nixos" { inherit system configuration; };
in in