From 4cf3f4734cd5d6adc1a31ef9099d377bcfe8c3a5 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 4 Apr 2023 17:32:36 +0200 Subject: Forgot to add system config --- flake.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index eb72f43..690dca1 100755 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,19 @@ inherit home-manager; secrets = import secrets { inherit (nixpkgs) lib; }; }; - }; + }; + Spacebar-monitoring = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + ./host/Spacebar-monitoring/configuration.nix + ./hardware-configuration.nix + home-manager.nixosModules.home-manager + ]; + specialArgs = { + inherit home-manager; + secrets = import secrets { inherit (nixpkgs) lib; }; + }; + }; }; }; } -- cgit 1.4.1