From 838c5f367c65e12a918bd3cb8f05e45b3538ee60 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 9 Apr 2025 09:14:43 -0700 Subject: Add host fangorn --- flake.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a45213b..627c54d 100644 --- a/flake.nix +++ b/flake.nix @@ -114,6 +114,21 @@ ]; }; + fangorn = nixpkgs.lib.nixosSystem rec { + specialArgs = { inherit inputs outputs; }; + modules = [ + disko.nixosModules.disko + ./hosts/fangorn + home-manager.nixosModules.home-manager { + home-manager.sharedModules = [ sops-nix.homeManagerModules.sops ]; + home-manager.users.root = import ./home/root/fangorn.nix; + home-manager.users.nipsy = import ./home/don/fangorn.nix; + home-manager.users.nipsy = import ./home/nipsy/fangorn.nix; + } + sops-nix.nixosModules.sops + ]; + }; + ginaz = nixpkgs.lib.nixosSystem rec { specialArgs = { inherit inputs outputs; }; modules = [ -- cgit v1.2.3