From a96aa60e177f7ba692355de08be224094829314d Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 22 Jun 2024 11:04:22 +0000 Subject: [PATCH] uncomment sakopc --- flake.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 9a3bcd35..c9eeeddb 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 = [