summary refs log tree commit diff stats
path: root/sys/services/default.nix
blob: 7a55eeb7f6205d24f7c80089988126ac3b18f291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{...}: {
  imports = [
    ./fwupd
    ./greetd
    ./logind
    ./openssh
    ./printing
    ./restic
    ./safeeyes
    ./tlp
    ./udev
    ./upower
  ];
}