forked from fediversity/fediversity
add packages
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
f13348fb57
commit
f8a2d11c2f
1 changed files with 6 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ in
|
|||
imports = [
|
||||
"${sources.proxmox-nixos}/modules/proxmox-ve"
|
||||
];
|
||||
environment.systemPackages = [
|
||||
pkgs.jq
|
||||
];
|
||||
users.users.root = {
|
||||
password = "mytestpw";
|
||||
hashedPasswordFile = lib.mkForce null;
|
||||
|
|
@ -89,6 +92,9 @@ in
|
|||
|
||||
environment.systemPackages = [
|
||||
deployment.run
|
||||
pkgs.pve-manager
|
||||
pkgs.openssl
|
||||
(pkgs.callPackage ../../run/tf-proxmox/tf.nix { inherit sources; })
|
||||
];
|
||||
|
||||
# needed only when building from deployer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue