diff --git a/flake.lock b/flake.lock index a7bd1f2..b30a008 100644 --- a/flake.lock +++ b/flake.lock @@ -46,10 +46,9 @@ "type": "github" }, "original": { - "owner": "NixOS", + "id": "nixpkgs", "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" + "type": "indirect" } }, "root": { diff --git a/flake.nix b/flake.nix index ae90862..1edcb80 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ modules = [ ./hosts/snowbelle/configuration.nix inputs.home-manager.nixosModules.default - vpn-confinement.nixosModules.default + inputs.vpn-confinement.nixosModules.default ]; }; vaniville = nixpkgs.lib.nixosSystem {