feat: add new device.
This commit is contained in:
parent
f2a2a2e780
commit
9e68a7abdd
29 changed files with 467 additions and 191 deletions
21
flake.nix
21
flake.nix
|
@ -173,6 +173,15 @@
|
|||
path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.freyja;
|
||||
};
|
||||
};
|
||||
|
||||
tyr = {
|
||||
hostname = "tyr";
|
||||
profiles.system = {
|
||||
sshUser = "root";
|
||||
user = "root";
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.tyr;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
|
@ -285,6 +294,18 @@
|
|||
];
|
||||
};
|
||||
|
||||
tyr = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
agenix.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
auto-cpufreq.nixosModules.default
|
||||
./hosts/tyr/configuration.nix
|
||||
./modules/linux/nixos
|
||||
];
|
||||
};
|
||||
|
||||
ymir = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue