mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
working nextcloud configuration
This commit is contained in:
9
apps/loadkey.nix
Normal file
9
apps/loadkey.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ globals, pkgs, ... }: {
|
||||
|
||||
type = "app";
|
||||
|
||||
program = builtins.toString (pkgs.writeShellScript "loadkey" ''
|
||||
${pkgs.melt}/bin/melt restore ~/.ssh/id_ed25519
|
||||
'');
|
||||
|
||||
}
|
Reference in New Issue
Block a user