From e01face0fd810088617e76f6df85c34cdcafc44a Mon Sep 17 00:00:00 2001 From: tzlil Date: Sun, 12 Mar 2023 04:18:43 +0200 Subject: add laptop system to nixosConfiguration --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ec2a03e..c20d83c 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,7 @@ in { apps = inputs.nixinate.nixinate.x86_64-linux self; nixosConfigurations = { + laptop = mkSystem inputs.nixpkgs "x86_64-linux" "laptop"; # pc = mkSystem inputs.nixpkgs "x86_64-linux" "pc"; vm = mkSystem inputs.nixpkgs "x86_64-linux" "vm"; vps = mkSystem inputs.nixpkgs "x86_64-linux" "vps"; -- cgit 1.4.1