diff --git a/flake.nix b/flake.nix index 01b0490b..7216b4af 100644 --- a/flake.nix +++ b/flake.nix @@ -71,13 +71,13 @@ sops-nix.nixosModules.sops ]; }; - sakopc = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs outputs;}; - modules = [ - ./default.nix - ./hosts/sakopc/configuration.nix - ]; - }; + #sakopc = nixpkgs.lib.nixosSystem { + # specialArgs = {inherit inputs outputs;}; + # modules = [ + # ./default.nix + # ./hosts/sakopc/configuration.nix + # ]; + #}; #sakoserver = nixpkgs.lib.nixosSystem { # specialArgs = {inherit inputs outputs;}; # modules = [