fix(meta/nodes): Don't duplicate imported modules
All checks were successful
Build all the nodes / ap01 (push) Successful in 33s
Build all the nodes / netcore02 (push) Successful in 23s
Run pre-commit on all files / pre-commit (push) Successful in 24s
Build the shell / build-shell (push) Successful in 53s
Build all the nodes / web02 (push) Successful in 1m56s
Build all the nodes / web03 (push) Successful in 1m56s
Build all the nodes / bridge01 (push) Successful in 2m16s
Build all the nodes / tower01 (push) Successful in 2m6s
Build all the nodes / geo01 (push) Successful in 2m13s
Build all the nodes / geo02 (push) Successful in 2m13s
Build all the nodes / build01 (push) Successful in 2m27s
Build all the nodes / hypervisor03 (push) Successful in 2m17s
Build all the nodes / rescue01 (push) Successful in 2m22s
Build all the nodes / storage01 (push) Successful in 2m34s
Build all the nodes / hypervisor01 (push) Successful in 2m36s
Build all the nodes / compute01 (push) Successful in 2m51s
Build all the nodes / hypervisor02 (push) Successful in 2m54s
Build all the nodes / web01 (push) Successful in 2m59s
Build all the nodes / vault01 (push) Successful in 3m16s

This commit is contained in:
Tom Hubrecht 2025-01-10 09:37:58 +01:00
parent 8cfc0001b9
commit 4b30fb8a36
Signed by: thubrecht
SSH key fingerprint: SHA256:CYNvFo44Ar9qCNnWNnvJVhs0QXO9AZjOLlPeWcSij3Q

View file

@ -55,9 +55,6 @@
hashedPassword = "$y$j9T$n83qOn1OkQhFwQe50tPM11$jZ1tvgqMTcp4HLGEfJmTMsf0NnRUYQkzco9vibWTpU2";
stateVersion = "24.11";
nix-modules = [
"services/forgejo-nix-runners"
];
nixpkgs = {
version = "24.11";
@ -199,7 +196,6 @@
};
nix-modules = [
"services/forgejo-nix-runners"
"services/netbird/server.nix"
];
};