data model: add TF test #4

Closed
kiara wants to merge 76 commits from data-model-tf-test into main
Showing only changes of commit f7b7e91960 - Show all commits

View file

@ -83,7 +83,11 @@ in
enableAcme = ${lib.strings.toJSON config.enableAcme};
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; };
in