24.05 Preparation

master
David Crompton 2024-01-16 11:22:24 -05:00
parent cd6c4635b3
commit 3e488d7da0
3 changed files with 5 additions and 7 deletions

View File

@ -21,7 +21,7 @@
];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
boot.initrd.services.swraid.enable = true;
boot.swraid.enable = true;
# Cache and Thin Provisioning Support
services.lvm.boot.thin.enable = true;

View File

@ -43,9 +43,8 @@ in {
port = 5432;
ensureUsers = [{
name = "gitea";
ensurePermissions = {
"DATABASE \"gitea\"" = "ALL PRIVILEGES";
};
# Ensures gitea user owns a db called gitea
ensureDBOwnership = true;
ensureClauses = {
createdb = true;
};

View File

@ -53,9 +53,8 @@
];
ensureUsers = [{
name = "guacamole";
ensurePermissions = {
"DATABASE \"guacamole\"" = "ALL PRIVILEGES";
};
# Ensures guacamole user owns a db called guacamole
ensureDBOwnership = true;
ensureClauses = {
createdb = true;
};