add xss-lock and slock

This commit is contained in:
2023-09-18 13:23:48 +03:00
parent 710f7352fa
commit 89bfc8c459
2 changed files with 6 additions and 1 deletions

View File

@@ -141,6 +141,11 @@
enable = true;
enableSshSupport = true;
};
services.screen-locker = {
enable = true;
lockCmd = "${pkgs.slock}/bin/slock xset dpms force off";
};
};
};
}