From cb3885e72abaa985e0e1fd95f6e57382c7c343e7 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 11 Nov 2024 19:05:02 -0800 Subject: Add @uranus --- flake.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 903f70f..d7ea955 100644 --- a/flake.nix +++ b/flake.nix @@ -156,6 +156,20 @@ } ]; }; + + uranus = nixpkgs.lib.nixosSystem rec { + specialArgs = { inherit inputs outputs; }; + modules = [ + ./hosts/uranus + home-manager.nixosModules.home-manager { + #home-manager.sharedModules = [ sops-nix.homeManagerModules.sops ]; + home-manager.users.root = import ./home/root/uranus.nix; + home-manager.users.nipsy = import ./home/nipsy/uranus.nix; + } + #sops-nix.nixosModules.sops + ]; + }; + }; overlays = import ./overlays {inherit inputs;}; -- cgit v1.2.3