fix(meta/nodes): Don't duplicate imported modules

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"
];
};