Update Loki config
This commit is contained in:
parent
c25a5759ca
commit
812bc57aaa
5 changed files with 22 additions and 24 deletions
|
|
@ -80,7 +80,7 @@
|
|||
gvfs = { enable = true; package = lib.mkForce pkgs.gnome3.gvfs; };
|
||||
jackett = { enable = true; openFirewall = true; group = "users"; };
|
||||
logind.lidSwitch = "ignore";
|
||||
node-red = { enable = false; openFirewall = true; withNpmAndGcc = true; };
|
||||
node-red = { enable = true; openFirewall = true; withNpmAndGcc = true; };
|
||||
openssh = { enable = true; openFirewall = true; permitRootLogin = "no"; passwordAuthentication = false; };
|
||||
plex = { enable = true; openFirewall = true; group = "users"; };
|
||||
power-profiles-daemon.enable = true;
|
||||
|
|
@ -263,7 +263,7 @@
|
|||
kvmgt.enable = true;
|
||||
libvirtd.enable = true;
|
||||
podman.enable = true;
|
||||
virtualbox.host.enable = true;
|
||||
# virtualbox.host.enable = true;
|
||||
|
||||
oci-containers.containers = {
|
||||
hass = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue