diff --git a/flake.nix b/flake.nix index 70786698..01b0490b 100644 --- a/flake.nix +++ b/flake.nix @@ -78,13 +78,13 @@ ./hosts/sakopc/configuration.nix ]; }; - sakoserver = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs outputs;}; - modules = [ - ./default.nix - ./hosts/sakoserver/configuration.nix - ]; - }; + #sakoserver = nixpkgs.lib.nixosSystem { + # specialArgs = {inherit inputs outputs;}; + # modules = [ + # ./default.nix + # ./hosts/sakoserver/configuration.nix + # ]; + #}; sakowsl = nixpkgs.lib.nixosSystem { # because theres no hardware-configuration.nix system = "x86_64-linux";