some changes

This commit is contained in:
2026-07-06 23:38:33 +02:00
parent cbb71ecb9f
commit 0634620eee
33 changed files with 1 additions and 510 deletions
+1 -29
View File
@@ -34,7 +34,7 @@
specialArgs = { inherit inputs system; };
modules = [
nvf.nixosModules.default
./hosts/darkstar/configuration.nix
./hosts/molniya/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager = {
@@ -46,34 +46,6 @@
}
];
};
# server (r320)
kepler = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs system; };
modules = [
./hosts/kepler/configuration.nix
home-manager.nixosModules.home-manager
{
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
extraSpecialArgs = { inherit inputs; };
users.user = ./hosts/kepler/config/home/home.nix;
};
}
];
};
# router
voyager = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs system; };
modules = [
./hosts/voyager/configuration.nix
];
};
};
};
}