1
0
Files
nixfiles/profiles/default.nix

23 lines
286 B
Nix

{ ... }:
{
imports = [
./common
./common-dns
./common-networking
./cybercluster-vm
./dn42-router
./fem-net
./firefox
./hetzner-cloud
./mercury-vm
./netcup
./network-fallback-dhcp
./ruby-vm
./serial-console
./wg-clerie
];
}