aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 453ace8..5cb45aa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -99,6 +99,11 @@
hostname = "ganymede";
username = "collin";
};
+ nixosConfigurations."gliese" = mkNixosSystem {
+ inherit inputs;
+ hostname = "gliese";
+ username = "green";
+ };
packages."x86_64-linux".docs = buildPkgs.callPackage genDocs {
inherit inputs;