remove locks

This commit is contained in:
2024-11-19 23:34:06 -06:00
parent 8b77c44e3e
commit 774b1f919b
10 changed files with 11 additions and 2838 deletions

View File

@@ -1,14 +1,10 @@
{ config, lib, pkgs, inputs, ... }: {
{ config, lib, pkgs, ... }: {
options.sysconfig.opts.virtualization.nextcloud.enable = lib.options.mkOption {
type = lib.types.bool;
default = false;
};
imports = [
inputs.simple-nixos-mailserver.nixosModule
];
config = lib.mkIf config.sysconfig.opts.virtualization.nextcloud.enable {
containers.nextcloud = {