summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorscouckel <james.krinsky@gmail.com>2026-01-09 15:06:18 -0500
committerscouckel <james.krinsky@gmail.com>2026-01-09 15:06:18 -0500
commit1270bcd60cb76d3d9971c893501193015e340a80 (patch)
tree864521ea8bf6e9d75d41b6f4f8de13a7481c82c9 /flake.nix
parent697ce89f8053fe8547028dd8e3367f6934bcb9ac (diff)
update flake with shar
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
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
+ ];
+ };
};
};
}