1
0
Files
nixfiles/profiles/default.nix

29 lines
403 B
Nix

{ ... }:
{
imports = [
./common
./common-dns
./common-networking
./common-nix
./common-webserver
./cybercluster-vm
./dn42-router
./fem-net
./firefox
./gpg-ssh
./hetzner-cloud
./hydra-build-machine
./mercury-vm
./monitoring-server
./netcup
./network-fallback-dhcp
./router
./ruby-vm
./serial-console
./wg-clerie
];
}