Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Hacking

  • Install pam(8) service for snenslock (already done if you're on a machine with programs.snenslock.enable = true;):

    {
      security.pam.services.snenslock = {};
    }
    
  • Then, snenslock can be executed locally with e.g. the following command:

    sudo -E nix run .# -- --greeter tui --greeter-cfg snenslock.example.toml
    

Alternatively, the VM tests in flake.nix may be used.