Changes
3 changed files (+11/-12)
-
-
@@ -169,19 +169,19 @@enableQt5Integration = false; }; # SDDM # PLM services.displayManager = { autoLogin.user = "a"; sddm.enable = true; plasma-login-manager.enable = true; }; # Give SDDM permission to read LUKS password for autologin systemd.services.display-manager.serviceConfig.KeyringMode = "inherit"; # Give PLM permission to read LUKS password for autologin systemd.services.plasmalogin.serviceConfig.KeyringMode = "inherit"; # PAM is evil dark magic # The default /etc/pam.d/sddm-autologin doesn't invoke auth pam_kwallet5.so # The default /etc/pam.d/plasmalogin-autologin doesn't invoke auth pam_kwallet5.so # Thus we need to manually do it with auth include sddm security.pam.services.sddm-autologin.text = pkgs.lib.mkBefore '' security.pam.services.plasmalogin-autologin.text = pkgs.lib.mkBefore '' auth optional ${pkgs.systemd}/lib/security/pam_systemd_loadkey.so auth include sddm auth include plasmalogin ''; # My hardware is pretty well supported wow what a surprise
-
@@ -194,6 +194,7 @@# https://github.com/NixOS/nixpkgs/issues/239770#issuecomment-1868402338 security.pam.services.login.fprintAuth = false; # fprintd is buggy if running during sleep so kill it first # This is an fprintd bug so Plasma updates probably won't fix it systemd.services.kill-fprintd = { wantedBy = [ "sleep.target" ]; before = [ "sleep.target" ];
-
-
-
@@ -235,8 +235,6 @@# Matrix RSS bot # May need to manually create /var/lib/maubot/plugins # https://nixos.org/manual/nixos/unstable/#module-services-maubot # TODO: Update for v12 room compatibility # https://github.com/NixOS/nixpkgs/pull/463640 services.maubot = { enable = true; plugins = with config.services.maubot.package.plugins; [ rss ];
-
-
-
@@ -23,11 +23,11 @@}, "nixpkgs": { "locked": { "lastModified": 1771008912, "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", "lastModified": 1771369470, "narHash": "sha256-0NBlEBKkN3lufyvFegY4TYv5mCNHbi5OmBDrzihbBMQ=", "owner": "NixOS", "repo": "nixpkgs", "rev": "a82ccc39b39b621151d6732718e3e250109076fa", "rev": "0182a361324364ae3f436a63005877674cf45efb", "type": "github" }, "original": {
-