feat(servers): remove server, don't need it anymore.
This commit is contained in:
parent
b542b9321f
commit
1bf0012e76
32 changed files with 94 additions and 236 deletions
23
flake.nix
23
flake.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue