nixdots/system/shared/services/default.nix
2024-04-15 22:05:14 +02:00

12 lines
146 B
Nix

_: {
imports = [
./ssh.nix
./fwupd.nix
./logrotate.nix
./oomd.nix
./thermald.nix
./journald.nix
./fstrim.nix
];
}