This commit is contained in:
2025-08-04 23:11:47 +03:00
parent cc01931c9d
commit f59bd98568
3 changed files with 7 additions and 10 deletions
+6 -8
View File
@@ -9,7 +9,10 @@ let
...
}:
{
device.type = "vds";
xlib.device = {
type = "vds";
hostname = "otreca";
};
imports =
with inputs;
@@ -19,18 +22,13 @@ let
./disko/vds.nix
./hardware/vds.nix
disko.nixosModules.disko
self.nixosModules.default
self.homeConfigurations.default.nixosModule
]
++ builtins.attrValues inputs.self.nixosModules.vds;
# environment.systemPackages = map lib.lowPrio [
# pkgs.curl
# pkgs.gitMinimal
# pkgs.lazygit
# ];
boot = {
kernelPackages = pkgs.linuxPackages_xanmod_stable;
hardwareScan = true;