diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 5b0c637..7cb153d 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -21,6 +21,7 @@ in { ./services/smartd.nix ./services/systemd-lock-handler.nix ./services/uptimed.nix + ./services/userborn.nix ./services/xserver.nix ]; diff --git a/hosts/common/services/userborn.nix b/hosts/common/services/userborn.nix new file mode 100644 index 0000000..f7261ee --- /dev/null +++ b/hosts/common/services/userborn.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + services.userborn.enable = true; +}