nichts/modules/system/os/security/module.nix

6 lines
41 B
Nix
Raw Normal View History

2024-08-22 21:41:20 +02:00
_: {
imports = [
./sudo.nix
];
}