14 lines
320 B
Nix
14 lines
320 B
Nix
{
|
|
imports = [
|
|
./common-settings/auth.nix
|
|
./common-settings/autoupgrade.nix
|
|
./common-settings/comin.nix
|
|
./common-settings/nix-conf.nix
|
|
./common-settings/proxy-server.nix
|
|
./common-settings/mainland.nix
|
|
./common-settings/network.nix
|
|
./disk-partitions
|
|
./restic.nix
|
|
./monitor
|
|
];
|
|
}
|