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
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
|
commons.enable = true;
|
||||||
|
|
||||||
proxmox.enable = true;
|
proxmox.enable = true;
|
||||||
|
|
||||||
download-pod = {
|
download-pod = {
|
||||||
|
|
@ -57,7 +59,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Extra packages
|
# Extra packages
|
||||||
# environment.systemPackages = with pkgs; [ ];
|
environment.systemPackages = with pkgs; [ ];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue