srx-platform-nix/modules/users/default.nix
Sebastian Wendel b910dc465e first commit
2024-07-04 13:47:18 +02:00

9 lines
108 B
Nix

{
imports = [
./system/root
./system/automat
./system/service.nix
./personal/crstl
];
}