feat(hosts): add impala to system packages

This commit is contained in:
tux
2026-08-18 23:54:09 +05:30
parent 8c755a5aa1
commit 9e2559b1b7
3 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
{
flake.modules.nixos.arcturus =
{
pkgs,
hostName,
userName,
...
@@ -154,6 +155,10 @@
firewall.enable = false;
};
environment.systemPackages = with pkgs; [
impala
];
system.stateVersion = "26.05";
};
}