the absolution side of the build host

This commit is contained in:
cydiralis 2025-06-28 00:32:10 +01:00
parent 1f9afe0577
commit 3d95975820
No known key found for this signature in database

View file

@ -12,6 +12,8 @@
nix.package = pkgs.lix;
nix.settings.trusted-users = [ "alyx" "root" ];
#services.udev.extraRules = builtins.readFile ./udev.rules;
services.gnome.gnome-keyring.enable = true;
security.pam.services.greetd.enableGnomeKeyring = true;