From 56faa5e9caf4408c2c4d6df50287c3b1c9e6c1b4 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 5 Feb 2025 03:38:52 -0800 Subject: Finish automation of spontaneity cloud deployments --- nix/flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/flake.nix') diff --git a/nix/flake.nix b/nix/flake.nix index 39606b4..4c703cd 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -79,6 +79,7 @@ sops-nix.nixosModules.sops { nixpkgs.overlays = [ nur.overlays.default ]; } { home-manager.extraSpecialArgs = attrs; } + ./systems/spontaneity/hardware-configuration.nix ./systems/spontaneity/default.nix ]; }; -- cgit