os/hosts/droppie/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
164 B
Nix
Raw Normal View History

2023-09-12 20:07:05 +00:00
{...}: {
imports = [
./configuration.nix
./hardware-configuration.nix
2023-10-19 18:55:56 +00:00
./networking.nix
2023-09-12 20:07:05 +00:00
./nextcloud-web-tunnel.nix
./restic-backup.nix
];
2022-08-13 16:08:27 +00:00
}