mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Add nixnas1 to flake
This commit is contained in:
parent
571a5f0203
commit
e0fe58c2c7
8 changed files with 403 additions and 40 deletions
|
|
@ -230,6 +230,15 @@
|
|||
];
|
||||
additionalSpecialArgs = {};
|
||||
};
|
||||
nixnas1 = nixosHostConfig {
|
||||
system = "x86_64-linux";
|
||||
hostname = "nixnas1";
|
||||
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