11 lines
164 B
Nix
11 lines
164 B
Nix
{...}: {
|
|
imports = [
|
|
./configuration.nix
|
|
./hardware-configuration.nix
|
|
|
|
./networking.nix
|
|
./nextcloud-web-tunnel.nix
|
|
./restic-backup.nix
|
|
];
|
|
}
|