From 5d2de7a7c012819f699f2f0c462d6c1199f239d8 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 21 Jun 2024 13:24:19 -0700 Subject: Add kaitain host definition --- flake.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/flake.nix b/flake.nix index c6e12dd..66b2b5c 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,18 @@ ]; }; + kaitain = nixpkgs-unstable.lib.nixosSystem { + pkgs = pkgs-unstable; + system = "x86_64-linux"; + modules = [ + ./hosts/kaitain + home-manager-unstable.nixosModules.home-manager { + home-manager.users.root = import ./home/root/kaitain.nix; + home-manager.users.nipsy = import ./home/nipsy/kaitain.nix; + } + ]; + }; + richese = nixpkgs-unstable.lib.nixosSystem { pkgs = pkgs-unstable; system = "x86_64-linux"; -- cgit v1.2.3