delete
This commit is contained in:
@@ -2,12 +2,10 @@
|
|||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./ollama
|
./ollama
|
||||||
./wyoming
|
|
||||||
./openssh
|
./openssh
|
||||||
./pipewire
|
./pipewire
|
||||||
./containers
|
./containers
|
||||||
./minecraft
|
./minecraft
|
||||||
./sddm
|
./sddm
|
||||||
./wayvnc
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
{ config, lib, pkgs, ... }: {
|
|
||||||
|
|
||||||
options.sysconfig.opts.wayvnc.enable = lib.options.mkOption {
|
|
||||||
type = lib.types.bool;
|
|
||||||
default = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf config.sysconfig.opts.wayvnc.enable {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
novnc
|
|
||||||
];
|
|
||||||
|
|
||||||
services.wayvnc = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
autoStart = true;
|
|
||||||
|
|
||||||
settings = {
|
|
||||||
address = "0.0.0.0";
|
|
||||||
|
|
||||||
port = 5900;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user