aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-27 07:57:56 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-02-27 07:57:56 -0600
commitc303524a359d2be84d825acebbf8d7e2ddd8f24a (patch)
treeaf7a7537703b7989dff65478a26f5637c0d1abbd /flake.nix
parent1932c82d72fb74971b180f84e06bcd1724e6271b (diff)
refactor network config, add wireguard connection to vps
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;