fix sunshine service
This commit is contained in:
parent
2a41d6fc00
commit
f31dbc3fcb
2 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,6 @@ icon_theme_name = "Breeze Dark"
|
|||
# enableSSHSupport = true;
|
||||
# };
|
||||
# List services that you want to enable:
|
||||
services.sunshine.enable = true;
|
||||
# Enable the OpenSSH daemon.
|
||||
services.openssh.enable = true;
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
};
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
services.sunshine.enable = true;
|
||||
security.pki.certificateFiles = [
|
||||
/home/insert/Documents/nextcloud/nextcloudinternal.pem
|
||||
/home/insert/Documents/personal-vaultwarden/cert.pem
|
||||
|
|
Loading…
Reference in a new issue