add server configurations
This commit is contained in:
parent
6f07cf2b90
commit
a442768eac
3 changed files with 158 additions and 1 deletions
|
|
@ -65,7 +65,14 @@
|
|||
(libs.root "/devices/ideapad-slim-5/configuration.nix")
|
||||
];
|
||||
};
|
||||
|
||||
home-server = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit self inputs libs; };
|
||||
modules = [
|
||||
(libs.root "/devices/home-server/configuration.nix")
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue