From d52fa1a9cad51e0c5a293f64b5f01fc532e501fd Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:55:36 +0000 Subject: [PATCH] comment out sakopc until i actually install --- flake.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 = [