mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Add hetznix02 via nixos-anywhere
This commit is contained in:
parent
5cf6172925
commit
7e9f4d5adb
10 changed files with 280 additions and 36 deletions
|
|
@ -220,6 +220,15 @@
|
|||
];
|
||||
additionalSpecialArgs = {};
|
||||
};
|
||||
hetznix02 = nixosHostConfig {
|
||||
system = "aarch64-linux";
|
||||
hostname = "hetznix02";
|
||||
username = "gene";
|
||||
additionalModules = [
|
||||
# simple-nixos-mailserver.nixosModule
|
||||
];
|
||||
additionalSpecialArgs = {};
|
||||
};
|
||||
nixnuc = nixosHostConfig {
|
||||
system = "x86_64-linux";
|
||||
hostname = "nixnuc";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue