From 48d78ff524cbdae999b1335d1287c34cdbe80b69 Mon Sep 17 00:00:00 2001 From: Mirza Arnaut Date: Mon, 27 May 2024 00:48:10 +0200 Subject: [PATCH] Enable kyuubi again --- flake.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.nix b/flake.nix index 9981fe0..b92154d 100644 --- a/flake.nix +++ b/flake.nix @@ -77,16 +77,16 @@ }; # Work PC - # kyuubi = nixpkgs.lib.nixosSystem { - # inherit system; - # specialArgs = { - # username = "mar"; - # }; - # modules = [ - # ./nixos/hosts/kyuubi/configuration.nix - # nixpkgs-config - # ]; - # }; + kyuubi = nixpkgs.lib.nixosSystem { + inherit system; + specialArgs = { + username = "mar"; + }; + modules = [ + ./nixos/hosts/kyuubi/configuration.nix + nixpkgs-config + ]; + }; }; homeConfigurations = {