From a1bf814a67e191a6b8573335700395e8ab57137f Mon Sep 17 00:00:00 2001 From: Rosa Date: Wed, 25 Mar 2026 16:21:46 -0400 Subject: the meowchine --- flake.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a9b3030..5f9a821 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ { additionalModules ? [ ], hostName, - system, + system ? "x86_64-linux", }: nixpkgs.lib.nixosSystem { modules = [ @@ -46,6 +46,14 @@ { formatter.x86_64-linux = pkgs.nixfmt; nixosConfigurations = { + the-meowchine = mkSystem { + additionalModules = [ + home-manager.nixosModules.home-manager + ]; + + hostName = "the-meowchine"; + }; + meowbook = mkSystem { additionalModules = [ disko.nixosModules.disko @@ -53,7 +61,6 @@ ]; hostName = "meowbook"; - system = "x86_64-linux"; }; }; }; -- cgit v1.3.1