feat(servers): remove server, don't need it anymore.

This commit is contained in:
CronyAkatsuki 2025-10-03 23:54:43 +02:00
parent b542b9321f
commit 1bf0012e76
32 changed files with 94 additions and 236 deletions

View file

@ -124,15 +124,6 @@
};
};
loki = {
hostname = "loki";
profiles.system = {
sshUser = "root";
user = "root";
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.loki;
};
};
baldur = {
hostname = "baldur";
profiles.system = {
@ -214,20 +205,6 @@
];
};
loki = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
system = "x86_64-linux";
modules = [
disko.nixosModules.disko
agenix.nixosModules.default
home-manager.nixosModules.home-manager
./hosts/loki/configuration.nix
./modules/servers/general
./modules/servers/loki
./modules/servers/home-manager
];
};
baldur = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
system = "aarch64-linux";