feat(servers): setup freyja.
This commit is contained in:
parent
2507d0d3a3
commit
bf1ea52823
19 changed files with 266 additions and 130 deletions
21
flake.nix
21
flake.nix
|
@ -144,6 +144,15 @@
|
|||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.odin;
|
||||
};
|
||||
};
|
||||
|
||||
freyja = {
|
||||
hostname = "freyja";
|
||||
profiles.system = {
|
||||
sshUser = "root";
|
||||
user = "root";
|
||||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.freyja;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
|
@ -225,6 +234,18 @@
|
|||
];
|
||||
};
|
||||
|
||||
freyja = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
agenix.nixosModules.default
|
||||
./hosts/freyja/configuration.nix
|
||||
./modules/servers/general
|
||||
./modules/servers/freyja
|
||||
];
|
||||
};
|
||||
|
||||
ymir = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue