aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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