blob: 6e5323e694ab93563de0e0a28310cc28f6183b18 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{ ... }:
{
imports = [
../server/configuration.nix
./hardware-configuration.nix
./modules/network
./modules/users.nix
./modules/lxc.nix
./modules/sshfwd.nix
];
}
|