diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-27 13:02:39 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-27 13:02:39 -0800 |
| commit | 2394e8924e32893f2489bf1f1677250198a807bd (patch) | |
| tree | 8c6b47d9078447184f5592ec1e35ec679c6d8244 /flake.nix | |
| parent | docs: backups! (diff) | |
| download | infra-2394e8924e32893f2489bf1f1677250198a807bd.tar.gz | |
hosts: add tahoe, the new NAS
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -38,6 +38,10 @@ hostname = "aptos"; system = "x86_64-linux"; }; + tahoe = lib.mkSystem { + hostname = "tahoe"; + system = "x86_64-linux"; + }; }; homeConfigurations = { @@ -53,6 +57,11 @@ hostname = "aptos"; desktop = true; }; + "fcuny@tahoe" = lib.mkHome { + username = "fcuny"; + system = "x86_64-linux"; + hostname = "tahoe"; + }; }; } // inputs.utils.lib.eachDefaultSystem (system: let |
