diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-01-09 15:06:18 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-01-09 15:06:18 -0500 |
| commit | 1270bcd60cb76d3d9971c893501193015e340a80 (patch) | |
| tree | 864521ea8bf6e9d75d41b6f4f8de13a7481c82c9 /flake.nix | |
| parent | 697ce89f8053fe8547028dd8e3367f6934bcb9ac (diff) | |
update flake with shar
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 + ]; + }; }; }; } |
