hosts: add tower
This commit is contained in:
parent
3f1077be3c
commit
af1cf905eb
5 changed files with 106 additions and 0 deletions
7
hosts/tower/programs.nix
Normal file
7
hosts/tower/programs.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue