From a13f54683045cf753d2c604a4ce4532c3f37a91e Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 8 Aug 2025 22:59:26 +0300 Subject: [PATCH] 123 --- nixosConfigurations/hosts/server.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixosConfigurations/hosts/server.nix b/nixosConfigurations/hosts/server.nix index 282b1ce..af0d5d3 100755 --- a/nixosConfigurations/hosts/server.nix +++ b/nixosConfigurations/hosts/server.nix @@ -16,6 +16,7 @@ let imports = [ ./hardware/server.nix + inputs.self.nixosModules.default ]; boot = { @@ -100,8 +101,6 @@ in inputs.nixpkgs.lib.nixosSystem { modules = [ nixosModule - - inputs.self.nixosModules.default ]; system = "x86_64-linux"; specialArgs = {