hosts: add tower

This commit is contained in:
Charlie Root 2025-03-02 19:35:22 +01:00
commit af1cf905eb
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
5 changed files with 106 additions and 0 deletions

7
hosts/tower/programs.nix Normal file
View file

@ -0,0 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)
;
};
}