WIP: test data model thru VM #11

Closed
kiara wants to merge 70 commits from data-model-test-deployment-plain into deployment-data-model-with-tests
Showing only changes of commit b7cf39534f - 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