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,6 +1,5 @@
{
flake,
modulesPath,
config,
...
}:
@ -12,7 +11,6 @@ in
{
imports = [
self.nixosModules.default
"${modulesPath}/virtualisation/lxc-container.nix"
];
services.yggdrasil.persistentKeys = false;
deploy = {