mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user