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; system = pkgs.system;
in in
{ {
age.identityPaths = [ "/home/${config.az-username}/.ssh/id_rsa" ];
# The rough location # The rough location
location = { location = {
latitude = 46.948; latitude = 46.948;

View File

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