This commit is contained in:
2025-08-08 22:59:26 +03:00
parent b8370fc311
commit a13f546830
+1 -2
View File
@@ -16,6 +16,7 @@ let
imports = [ imports = [
./hardware/server.nix ./hardware/server.nix
inputs.self.nixosModules.default
]; ];
boot = { boot = {
@@ -100,8 +101,6 @@ in
inputs.nixpkgs.lib.nixosSystem { inputs.nixpkgs.lib.nixosSystem {
modules = [ modules = [
nixosModule nixosModule
inputs.self.nixosModules.default
]; ];
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { specialArgs = {