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:
Eli Ribble 2025-07-17 17:08:39 +00:00
parent b6fa29e631
commit fe4d33cf03
4 changed files with 21 additions and 6 deletions

View file

@ -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;