Merge pull request 'Add skyflake user for marenz' (#109) from marenz-skyflake into master

Reviewed-on: #109
This commit is contained in:
Marenz - 2023-02-02 20:59:52 +01:00
commit 3d1a5d5147
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@ in {
astro
);
};
# Deployment user for marenz
marenz = {
uid = 1004;
sshKeys = (import ../../ssh-public-keys.nix).users.marenz;
};
};
deploy.customizationModule = ./customization;