tidy up homeage config
This commit is contained in:
parent
bbc6b95b3a
commit
7053ed60e1
3 changed files with 21 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, ...}:
|
||||
{ config, lib, ...}:
|
||||
|
||||
{
|
||||
config = {
|
||||
|
@ -40,5 +40,15 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
homeage.file."sue_ed25519" = {
|
||||
source = ../../secrets/sue_ed25519.age;
|
||||
symlinks = [ "${config.home.homeDirectory}/.ssh/sue_ed25519" ];
|
||||
};
|
||||
|
||||
homeage.file."sue_azure_rsa" = {
|
||||
source = ../../secrets/sue_azure_rsa.age;
|
||||
symlinks = [ "${config.home.homeDirectory}/.ssh/sue_azure_rsa" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue