thinknix: enable guest user as a module

Introduce a guest user module that sets up a guest user with the default
desktop home packages through the home-manager NixOS module.

Enabled on thinknix.
This commit is contained in:
Trolli Schmittlauch 2024-08-07 00:32:03 +02:00
parent 8911511edc
commit 83858d6d11
4 changed files with 77 additions and 1 deletions

View file

@ -15,6 +15,7 @@ in
./nitrokey.nix
./nix-settings.nix
./upgrade-diff.nix
./guest.nix
];
services.davfs2.enable = true;