diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-23 15:25:51 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-23 15:26:11 -0600 |
| commit | feba291fa1e837caa72dc68f37ee99e57af5da13 (patch) | |
| tree | 06a7a912992ff0a608f094b90b56e7bc1bfdccd5 /hosts/mercury/config.nix | |
| parent | cdf6e32fe39479eee5a189c2b8ac6bb3d8f7b992 (diff) | |
changes to mercury
Diffstat (limited to 'hosts/mercury/config.nix')
| -rw-r--r-- | hosts/mercury/config.nix | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index 48b1627..338ec7f 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -1,29 +1,8 @@ -{config, ...}: { +{ collinux = { theme = "catppuccin"; user.name = "collin"; - secrets = { - "wg-key" = { - file = ./mercury-wg-key.age; - owner = "systemd-network"; - }; - }; - - wireguard = { - enable = true; - ip = "100.100.0.5"; - 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 = { wallpaper = ./wallpapers/abstract-swirls.jpg; gtk.enable = true; @@ -53,13 +32,13 @@ audio.enable = true; networking = { enable = true; + iwd.enable = true; - # tailscale.enable = true; - }; - bluetooth = { - enable = true; - bluetuith.enable = true; + networkd = { + enable = true; + }; }; + bluetooth.enable = true; }; terminal = { |
