aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-23 15:26:02 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-23 15:26:11 -0600
commit6683e653bf6657055976b7d1a555e922ebcce854 (patch)
tree82317b3e8d2dd86f319a68c25c44ce109d2a2f44 /hosts/jupiter/config.nix
parentfeba291fa1e837caa72dc68f37ee99e57af5da13 (diff)
nuke wireguard config
Diffstat (limited to 'hosts/jupiter/config.nix')
-rw-r--r--hosts/jupiter/config.nix21
1 files changed, 1 insertions, 20 deletions
diff --git a/hosts/jupiter/config.nix b/hosts/jupiter/config.nix
index 806785e..decaa61 100644
--- a/hosts/jupiter/config.nix
+++ b/hosts/jupiter/config.nix
@@ -1,28 +1,9 @@
-{config, ...}: {
+{
collinux = {
theme = "adwaita";
user.name = "collin";
- secrets = {
- "wg-key".file = ./jupiter-wg-key.age;
- };
-
- wireguard = {
- enable = true;
- ip = "100.100.0.10";
- gateway = "100.100.0.1";
- privateKeyFile = config.collinux.secrets."wg-key".path;
- peers = [
- {
- # ganymede
- publicKey = "WNLf8M6JGSHeRVvbAF6E/6oxAHeNxv6bXqqlmwMdvlk=";
- ip = "100.100.0.0/24";
- endpoint = "williamsfam.us.com:51820";
- }
- ];
- };
-
desktop = {
gnome.enable = true;
gdm.enable = true;