nixos-systems/modules/system/default.nix
Eli Ribble 259c621a2f Create base test-corp environmnt
This creates more commonality between a nixos-anywhere bootstrapped
system and a locally built nixos image, which is good.
2025-07-17 19:39:38 +00:00

15 lines
196 B
Nix

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