Enable commons
This commit is contained in:
parent
3760c929fe
commit
86fcab13a9
1 changed files with 3 additions and 1 deletions
|
|
@ -13,6 +13,8 @@ let
|
|||
in
|
||||
{
|
||||
|
||||
commons.enable = true;
|
||||
|
||||
proxmox.enable = true;
|
||||
|
||||
download-pod = {
|
||||
|
|
@ -57,7 +59,7 @@ in
|
|||
};
|
||||
|
||||
# Extra packages
|
||||
# environment.systemPackages = with pkgs; [ ];
|
||||
environment.systemPackages = with pkgs; [ ];
|
||||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue