From 1270bcd60cb76d3d9971c893501193015e340a80 Mon Sep 17 00:00:00 2001 From: scouckel Date: Fri, 9 Jan 2026 15:06:18 -0500 Subject: update flake with shar --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4ae2f35..d332044 100644 --- a/flake.nix +++ b/flake.nix @@ -126,6 +126,13 @@ nordvpn-flake.nixosModules.nordvpn-flake ]; }; + shar = nixpkgs.lib.nixosSystem { + specialArgs = {inherit inputs;}; + modules = [ + ./hosts/shar/configuration.nix + ./hosts/shar/hardware-configuration.nix + ]; + }; }; }; } -- cgit v1.3