chore: cleanup redundant module declarations
All checks were successful
/ check (push) Successful in 1m23s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-07-01 17:51:59 -04:00
parent c4dadd9f25
commit 7dde5410e4
No known key found for this signature in database
9 changed files with 8 additions and 17 deletions

View file

@ -1,7 +1,6 @@
{
lib,
flake,
modulesPath,
# config,
...
}:
@ -13,7 +12,6 @@ in
{
imports = [
self.nixosModules.default
"${modulesPath}/virtualisation/lxc-container.nix"
];
services = {
uptime-kuma = {