diff --git a/hosts/myself/container-git.nix b/hosts/myself/container-git.nix index 9f350ff..e3b5739 100644 --- a/hosts/myself/container-git.nix +++ b/hosts/myself/container-git.nix @@ -6,9 +6,7 @@ in { imports = [ inputs.agenix.nixosModules.default - ../../modules/linux/proxy.nix - ../../modules/linux/tailscale.nix - ../../modules/linux/backup.nix + inputs.self.modules.nixosModule ]; age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; @@ -164,5 +162,5 @@ in { "network-online.target" ]; }; - system.stateVersion = "24.05"; + system.stateVersion = lib.mkForce "24.05"; } diff --git a/hosts/myself/container-runner.nix b/hosts/myself/container-runner.nix index c5ce377..688a0f5 100644 --- a/hosts/myself/container-runner.nix +++ b/hosts/myself/container-runner.nix @@ -12,6 +12,7 @@ lib.attrsets.recursiveUpdate { imports = [ inputs.agenix.nixosModules.default + inputs.self.modules.nixosModule ]; age = { @@ -75,7 +76,7 @@ lib.attrsets.recursiveUpdate { ]; }; - system.stateVersion = "24.05"; + system.stateVersion = lib.mkForce "24.05"; } extra