From 8e5d3a8fcd6893bcd4903cc9b7bfe96f6486d7c6 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 3 Feb 2025 15:35:10 -0800 Subject: Add spontaneity system; add port to firewall --- nix/flake.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'nix/flake.nix') diff --git a/nix/flake.nix b/nix/flake.nix index 058635a..50febed 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -75,7 +75,16 @@ spontaneity = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = attrs; - modules = []; + modules = [ + lanzaboote.nixosModules.lanzaboote + disko.nixosModules.disko + home-manager.nixosModules.home-manager + sops-nix.nixosModules.sops + { nixpkgs.overlays = [ nur.overlays.default ]; } + { home-manager.extraSpecialArgs = attrs; } + ./modules/vda-simple.nix + ./systems/spontaneity/default.nix + ]; }; }; }; -- cgit