nixos-systems/modules/system/default.nix
Eli Ribble 07d3b9d35e Make podman a separate module
We're going to hide more in there.
2025-07-18 15:46:21 +00:00

16 lines
211 B
Nix

{
imports = [
./base.nix
./cloud-init.nix
./do-agent.nix
./fish.nix
./onlyoffice.nix
./openssh.nix
./podman.nix
./seafile.nix
./sudo.nix
./synapse.nix
./timecardbot.nix
./tmux.nix
];
}