diff options
author | polwex <polwex@sortug.com> | 2025-01-26 04:59:01 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-01-26 04:59:01 +0700 |
commit | fb39334bcdac65a1ff1d95e7e4db2e28eabcc2d6 (patch) | |
tree | d33193f5bac097f7cf0642c3041744eff09bdda2 /hosts/cloud/sortug/configuration.nix | |
parent | 44857f873bf0de923b9078b593391d4ff6908acb (diff) |
m
Diffstat (limited to 'hosts/cloud/sortug/configuration.nix')
-rw-r--r-- | hosts/cloud/sortug/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/cloud/sortug/configuration.nix b/hosts/cloud/sortug/configuration.nix index 308f010..ee15cd5 100644 --- a/hosts/cloud/sortug/configuration.nix +++ b/hosts/cloud/sortug/configuration.nix @@ -1,6 +1,7 @@ { modulesPath, lib, + pkgs, ... }: { imports = @@ -24,6 +25,7 @@ loader.grub.enable = true; # loader.grub.device = "/dev/sda"; }; + environment.systemPackages = [pkgs.devenv]; services.do-agent.enable = true; networking = { |