From e32d44d8cdb2a9e6513665d86c6b2b0c1fb2d023 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:51:38 +0000 Subject: [PATCH] commits are unsigned, dont worry its just you --- flake.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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";