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