diff --git a/devices/home-server/configuration.nix b/devices/home-server/configuration.nix index 96b5297..21d2b8d 100644 --- a/devices/home-server/configuration.nix +++ b/devices/home-server/configuration.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; @@ -7,6 +7,11 @@ "flakes" ]; + environment.systemPackages = with pkgs; [ + git + vim + ]; + services = { adguardhome = { enable = true;