infra/hosts/delite/default.nix

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

14 lines
180 B
Nix
Raw Normal View History

2024-08-24 01:01:11 +00:00
{ flake, ... }:
{
imports = [
./hardware-configuration.nix
./configuration.nix
./disk-config.nix
./networking.nix
./wireguard.nix
2024-08-24 01:01:11 +00:00
#./backups.nix
];
}