feat: remove grocy (unused)

This commit is contained in:
Xavier Morel
2025-11-19 22:06:26 +01:00
parent e7aa43acaf
commit 08d95abb5a
2 changed files with 0 additions and 49 deletions

View File

@@ -1,23 +0,0 @@
{ ... }:
{
my-lxc.grocy = {
container = {
cores = 1;
memory = 512;
disk = "4G";
swap = 512;
};
system = {
port = 80;
importConfig = [
../config/grocy-grocy.nix
];
};
logging = {
enable = true;
metricsEnable = true;
};
private = false;
auth = true;
};
}