From 69875933608dad84616f040ee3d3596b9eabb85e Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sun, 9 Mar 2025 14:46:38 -0500 Subject: [PATCH] Install additional packages/roles. --- base.nix | 1 + hosts/flynode/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/base.nix b/base.nix index 8b45a80..a021db9 100644 --- a/base.nix +++ b/base.nix @@ -14,6 +14,7 @@ git tmux psmisc + unzip ]; environment.variables.EDITOR = "vim"; diff --git a/hosts/flynode/default.nix b/hosts/flynode/default.nix index 2f9375a..4acda9d 100644 --- a/hosts/flynode/default.nix +++ b/hosts/flynode/default.nix @@ -15,6 +15,7 @@ ../../roles/nix-ld.nix ../../roles/tailscale.nix ../../roles/podman.nix + ../../roles/syncthing.nix ../../roles/gnome.nix ../../roles/flatpak.nix ../../roles/games.nix