disable fprint auth on login

This commit is contained in:
aditya
2026-06-30 12:22:45 +05:30
parent de352e0e67
commit b7b4b296dd
3 changed files with 22 additions and 25 deletions
+5 -9
View File
@@ -12,6 +12,10 @@
security.rtkit.enable = true;
security.polkit.enable = true;
security.pam.services = {
login.fprintAuth = false;
kde.fprintAuth = false;
};
nixpkgs.config.allowUnfree = true;
@@ -23,7 +27,7 @@
users.users.aditya = {
isNormalUser = true;
description = "aditya";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "kvm" ];
packages = with pkgs; [
kdePackages.kate
];
@@ -38,25 +42,17 @@
})
helix
bruno
# chromium
kdePackages.kdenlive
antigravity
zed-editor
devenv
nixd
inputs.pano-scrobbler.packages.${pkgs.stdenv.hostPlatform.system}.default
# inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
# simplex-chat-desktop
inputs.helium.packages.${pkgs.stdenv.hostPlatform.system}.default
# ayugram-desktop
ente-desktop
mpv
cloudflare-warp
materialgram
# ytm-player
fprintd
# telegram-bot-api
# tdl
];
fonts.packages = with pkgs; [
Generated
+15 -15
View File
@@ -14,11 +14,11 @@
"sf-pro": "sf-pro"
},
"locked": {
"lastModified": 1781881853,
"narHash": "sha256-JawESccafFrnpr1YPYc2Xd7WaBJvbE+4FLZzWY3AfJU=",
"lastModified": 1782587760,
"narHash": "sha256-I9PRLePA5QNKEyDFsN5eIVk0dxFRGAL0Z/LjOWnA75Y=",
"owner": "Lyndeno",
"repo": "apple-fonts.nix",
"rev": "bb4d5244052c1f6cae543baea793bf44f3f8bfb4",
"rev": "ce044f6829c6b3ccde9624116577ba2c173ca49d",
"type": "github"
},
"original": {
@@ -119,11 +119,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1782360192,
"narHash": "sha256-2CXgBN1AU05W6nHjHI53iDcji/dPBo8K7bOmGBgz6qw=",
"lastModified": 1782532589,
"narHash": "sha256-SbRcgRa3CYE0UWW+Zbbgih4amUqYKCaFQe/v3H4380U=",
"owner": "schembriaiden",
"repo": "helium-browser-nix-flake",
"rev": "217e4d83d820bc4cc8fd364babb2296340d2b3ae",
"rev": "66082f4d174c15ff00b25a20bbd593255fce6d35",
"type": "github"
},
"original": {
@@ -227,11 +227,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1781577229,
"narHash": "sha256-lrp67w8AulE9Ks53n27I45ADSzbOCn4H+CNW1Ck8B+8=",
"lastModified": 1782467914,
"narHash": "sha256-pGvFkM8N0xEkIIXDe5YYfbEAvHrk4IxBrjB/x8OomhE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "567a49d1913ce81ac6e9582e3553dd90a955875f",
"rev": "e73de5be04e0eff4190a1432b946d469c794e7b4",
"type": "github"
},
"original": {
@@ -243,11 +243,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1782233679,
"narHash": "sha256-QyuGP5+QOtmXpy4i2X4DhBVBaySBdDKQEhqKcphcp34=",
"lastModified": 1782375420,
"narHash": "sha256-wiPYmEuHbJvleW489n6+lamL7JSJg3pcKUYwURU9CkI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "667d5cf1c59585031d743c78b394b0a647537c35",
"rev": "4062d36ebeae843c750011eef6b61ec9a9dbc9a9",
"type": "github"
},
"original": {
@@ -485,11 +485,11 @@
]
},
"locked": {
"lastModified": 1782460457,
"narHash": "sha256-R3EXRxLmv1uqMtacBi0L8gUCOWC6EpCPSXebf8e+vac=",
"lastModified": 1782623843,
"narHash": "sha256-zQdTvI8jcVfblsrWafw1ykTnCVoV94ttxb5e6drwVaI=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "563e515460b6c3bb68552979e3abbca447f8aaf1",
"rev": "c59e57b9c6ea4c86f9f3b7efc92db3cbd305d078",
"type": "github"
},
"original": {
+2 -1
View File
@@ -18,6 +18,7 @@
services.flatpak.enable = true;
services.gnome.gnome-keyring.enable = true;
# services.cloudflare-warp.enable = true;
services.cloudflare-warp.enable = true;
# services.tailscale.enable = true;
services.fprintd.enable = true;
}