Update depreciated values for NixOS 24.05
This commit is contained in:
parent
7b5f9a5182
commit
f55f8e6da8
4 changed files with 22 additions and 17 deletions
|
@ -14,7 +14,7 @@
|
|||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
# Fix: invalid time when using keytocard
|
||||
pinentryFlavor = "gtk2";
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
};
|
||||
|
||||
# Use our yubikey as a user login or for sudo access
|
||||
|
|
|
@ -20,5 +20,6 @@
|
|||
users = {
|
||||
sajenim = import "${inputs.self}/home-manager/sajenim/${config.networking.hostName}.nix";
|
||||
};
|
||||
backupFileExtension = "bak";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue