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