aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-27 13:02:39 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-27 13:02:39 -0800
commit2394e8924e32893f2489bf1f1677250198a807bd (patch)
tree8c6b47d9078447184f5592ec1e35ec679c6d8244 /flake.nix
parentdocs: backups! (diff)
downloadinfra-2394e8924e32893f2489bf1f1677250198a807bd.tar.gz
hosts: add tahoe, the new NAS
Diffstat (limited to '')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 76e08ba..37b4418 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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