restructure

This commit is contained in:
2026-04-22 09:46:04 -05:00
parent cff3aec197
commit 03bec1dcaf
57 changed files with 35 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
{ ... }: {
flake.nixosModules.default = { config, lib, pkgs, ... }: {
flake.nixosModules.novnc = { config, lib, pkgs, ... }: {
options.sysconfig.services.novnc.enable = lib.mkOption {
type = lib.types.bool;
@@ -31,7 +31,7 @@
};
};
flake.nixosModules.ntfy-container = { config, lib, pkgs, ... }: {
flake.nixosModules.novnc-container = { config, lib, pkgs, ... }: {
options.sysconfig.containers.novnc.enable = lib.mkOption {
type = lib.types.bool;