mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-08 03:44:08 -04:00
10 lines
120 B
Nix
10 lines
120 B
Nix
{
|
|
imports = [
|
|
./user.nix
|
|
./setup.nix
|
|
./secrets.nix
|
|
./acme.nix
|
|
./backups.nix
|
|
./services
|
|
];
|
|
}
|