diff --git a/flake.lock b/flake.lock index b8f0ebb..8156e44 100644 --- a/flake.lock +++ b/flake.lock @@ -246,13 +246,13 @@ "locked": { "lastModified": 1698936270, "narHash": "sha256-c6s5BZo3RB9t9/rczA4+uFykjYET3DnOklsIu9cv0kg=", - "owner": "numtide", + "owner": "nix-community", "repo": "srvos", "rev": "ab7746b135559501e59ad6900ea1e48799903005", "type": "github" }, "original": { - "owner": "numtide", + "owner": "nix-community", "repo": "srvos", "type": "github" } diff --git a/flake.nix b/flake.nix index 48fc20e..21fbbb4 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs"; sops-nix.inputs.nixpkgs-stable.follows = ""; - srvos.url = "github:numtide/srvos"; + srvos.url = "github:nix-community/srvos"; # actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant srvos.inputs.nixpkgs.follows = "nixpkgs";