feat(flake): retired baldur, RIP modded mc.
This commit is contained in:
parent
375ced9b9d
commit
7464ff5571
1 changed files with 21 additions and 21 deletions
42
flake.nix
42
flake.nix
|
|
@ -160,14 +160,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
baldur = {
|
# baldur = {
|
||||||
hostname = "baldur";
|
# hostname = "baldur";
|
||||||
profiles.system = {
|
# profiles.system = {
|
||||||
sshUser = "root";
|
# sshUser = "root";
|
||||||
user = "root";
|
# user = "root";
|
||||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.baldur;
|
# path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.baldur;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
bragi = {
|
bragi = {
|
||||||
hostname = "bragi";
|
hostname = "bragi";
|
||||||
|
|
@ -241,19 +241,19 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
baldur = nixpkgs.lib.nixosSystem {
|
# baldur = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs;};
|
# specialArgs = {inherit inputs;};
|
||||||
system = "aarch64-linux";
|
# system = "aarch64-linux";
|
||||||
modules = [
|
# modules = [
|
||||||
disko.nixosModules.disko
|
# disko.nixosModules.disko
|
||||||
agenix.nixosModules.default
|
# agenix.nixosModules.default
|
||||||
home-manager.nixosModules.home-manager
|
# home-manager.nixosModules.home-manager
|
||||||
./hosts/baldur/configuration.nix
|
# ./hosts/baldur/configuration.nix
|
||||||
./modules/servers/general
|
# ./modules/servers/general
|
||||||
./modules/servers/baldur
|
# ./modules/servers/baldur
|
||||||
./modules/servers/home-manager
|
# ./modules/servers/home-manager
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
bragi = nixpkgs.lib.nixosSystem {
|
bragi = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue