From deeefe8d879c13952b6827800b8f1dbebe74e936 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:06:37 +0300 Subject: [PATCH] for later --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index fcb57906..7c816df3 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,12 @@ ./hosts/sakotop/configuration.nix ]; }; + sakopc = nixpkgs.lib.nixosSystem { + specialArgs = { inherit inputs outputs; }; + modules = [ + ./hosts/sakopc/configuration.nix + ]; + }; }; #nixosConfigurations = {