Make do-agent, cloud-init, and fish opt-in via config
I just like having lists that show what's going on, and light redundancy doesn't bother me.
This commit is contained in:
parent
b6fa29e631
commit
fe4d33cf03
4 changed files with 21 additions and 6 deletions
|
|
@ -22,7 +22,12 @@
|
|||
pkgs.gitMinimal
|
||||
];
|
||||
|
||||
myModules.tmux.enable = true;
|
||||
myModules = {
|
||||
cloud-init.enable = true;
|
||||
do-agent.enable = true;
|
||||
fish.enable = true;
|
||||
tmux.enable = true;
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue