Compare commits

..

4 Commits

Author SHA1 Message Date
677ecfbb3c Lock file maintenance
All checks were successful
nix flake check / nix-flake-update (push) Successful in 2m26s
2025-01-19 18:01:46 +00:00
e738985f41 Lock file maintenance
All checks were successful
nix flake check / nix-flake-update (push) Successful in 2m33s
2025-01-19 17:31:42 +00:00
42ec135959 enable fingerprint unlock in hyprlock 2025-01-19 18:25:00 +01:00
51b871ecda add udisks2 and udiskie to framework 2025-01-19 18:11:42 +01:00
4 changed files with 22 additions and 16 deletions

30
flake.lock generated
View File

@@ -335,11 +335,11 @@
]
},
"locked": {
"lastModified": 1736785676,
"narHash": "sha256-TY0jUwR3EW0fnS0X5wXMAVy6h4Z7Y6a3m+Yq++C9AyE=",
"lastModified": 1737299337,
"narHash": "sha256-0NBrY2A7buujKmeCbieopOMSbLxTu8TFcTLqAbTnQDw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "fc52a210b60f2f52c74eac41a8647c1573d2071d",
"rev": "f8ef4541bb8a54a8b52f19b52912119e689529b3",
"type": "github"
},
"original": {
@@ -412,11 +412,11 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1734994463,
"narHash": "sha256-S9MgfQjNt4J3I7obdLOVY23h+Yl/hnyibwGfOl+1uOE=",
"lastModified": 1737299073,
"narHash": "sha256-hOydnO9trHDo3qURqLSDdmE/pHNWDzlhkmyZ/gcBX2s=",
"owner": "nix-community",
"repo": "lanzaboote",
"rev": "93e6f0d77548be8757c11ebda5c4235ef4f3bc67",
"rev": "64d20cb2afaad8b73f4e38de41d27fb30a782bb5",
"type": "github"
},
"original": {
@@ -449,11 +449,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1736701207,
"narHash": "sha256-jG/+MvjVY7SlTakzZ2fJ5dC3V1PrKKrUEOEE30jrOKA=",
"lastModified": 1737062831,
"narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ed4a395ea001367c1f13d34b1e01aa10290f67d6",
"rev": "5df43628fdf08d642be8ba5b3625a6c70731c19c",
"type": "github"
},
"original": {
@@ -566,11 +566,11 @@
"treefmt-nix": "treefmt-nix_2"
},
"locked": {
"lastModified": 1736797670,
"narHash": "sha256-fHaVso+GblMtUJ9+L1QzUUApruqaqL++YBF9gyZFWnM=",
"lastModified": 1737309681,
"narHash": "sha256-x4tb/Iq5ROg0V43OXilzdlDcsVTu3p/HbJi7le2jrKo=",
"owner": "nix-community",
"repo": "NUR",
"rev": "f028e2c8d28c9b04d18f2aca12238811c1d9969a",
"rev": "e9c18ee9e75a33a75b5739764561d9d474983cd9",
"type": "github"
},
"original": {
@@ -695,11 +695,11 @@
]
},
"locked": {
"lastModified": 1736777442,
"narHash": "sha256-eON7amRmBl59QH6K9uypewkKveaNbosY6CtUgRcv7YU=",
"lastModified": 1737107480,
"narHash": "sha256-GXUE9+FgxoZU8v0p6ilBJ8NH7k8nKmZjp/7dmMrCv3o=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "0f4744b5a95151a85c4f35010dd2d748228f7f53",
"rev": "4c4fb93f18b9072c6fa1986221f9a3d7bf1fe4b6",
"type": "github"
},
"original": {

View File

@@ -28,6 +28,8 @@
./programs
];
services.udiskie.enable = true;
accounts.email.accounts = {
patrick = {
primary = true;

View File

@@ -33,6 +33,8 @@
noise = 1.17e-2;
};
auth.fingerprint.enabled = true;
label = [
{
monitor = "";

View File

@@ -51,8 +51,10 @@
services = {
illum.enable = true;
fwupd.enable = true;
fprintd.enable = false; # currently broken
fprintd.enable = true; # currently broken
pcscd.enable = true;
udisks2.enable = true;
tlp = {
enable = true;
settings = {