Home: Generate age public key file
This commit is contained in:
@ -300,6 +300,7 @@
|
||||
file = lib.mkMerge [
|
||||
{
|
||||
".ssh/id_ed25519.pub".text = "${publicKeys.${username}.ssh}";
|
||||
".secrets/age/age.pub".text = "${publicKeys.${username}.age}";
|
||||
}
|
||||
(lib.mkIf nixosConfig.modules.desktopportal.termfilechooser.enable {
|
||||
".config/xdg-desktop-portal-termfilechooser/config".text = ''
|
||||
|
Reference in New Issue
Block a user