Move age.identityPaths to desktop profile

The management server doesn't like when it is in common
This commit is contained in:
Andreas Zweili 2024-04-22 21:04:22 +02:00
parent 424899042e
commit 67bb318c13
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ let
system = pkgs.system;
in
{
age.identityPaths = [ "/home/${config.az-username}/.ssh/id_rsa" ];
# The rough location
location = {
latitude = 46.948;

View File

@ -22,6 +22,7 @@ in
nixos.includeAllModules = true;
};
age.identityPaths = [ "/home/${config.az-username}/.ssh/id_rsa" ];
services = {
az-docker.enable = true;
az-pipewire.enable = true;