117 current 2025-10-08 19:07:36 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 19:41:45 -05:00
parent ff4faf34f6
commit f106d9b565
6 changed files with 41 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 116 current 2025-10-08 19:06:36 25.05.20251006.20c4598 6.12.50 *
# generation: 117 current 2025-10-08 19:07:36 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {
@@ -13,6 +13,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
vpn-confinement = {
url = "github:Maroka-chan/VPN-Confinement";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: