fixed deployment for linkwarden is live
All checks were successful
/ check (push) Successful in 1m3s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-06-22 18:39:17 -04:00
parent 2802db394f
commit a6fe3da7e9
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -14,12 +14,11 @@ in
self.nixosModules.default
"${modulesPath}/virtualisation/lxc-container.nix"
];
services.yggdrasil.persistentKeys = false;
deploy = {
enable = false;
address = "200:7e25:554c:6df3:2c5:2de:6f9f:a96d";
};
networking = {
hostName = "base";
hostName = "link-warden-tofu";
};
environment.systemPackages = [
];