nixdots/system/shared/services/default.nix

10 lines
110 B
Nix

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