forked from Fediversity/Fediversity
ensure inputs
This commit is contained in:
parent
4534efae38
commit
9c86f7c88d
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue