From f8ba2be4e26458234ccaeeb3a0f02183060b2df1 Mon Sep 17 00:00:00 2001 From: blake Date: Thu, 9 Oct 2025 16:47:38 -0500 Subject: [PATCH] 178 current 2025-10-09 16:19:44 25.05.20251006.20c4598 6.12.50 * --- flake.lock | 5 ++--- flake.nix | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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 {