grimm-nixos-laptop/hardening/systemd/global/default.nix
2025-01-07 11:31:43 +01:00

6 lines
58 B
Nix

{
imports = [
./hostname.nix
./clock.nix
];
}