mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
@@ -14,18 +14,22 @@ in {
|
||||
secrets = {
|
||||
ssh-config = {
|
||||
owner = username;
|
||||
mode = "0600";
|
||||
path = "${home}/.ssh/config";
|
||||
};
|
||||
netrc = {
|
||||
owner = username;
|
||||
mode = "0600";
|
||||
path = "${home}/.netrc";
|
||||
};
|
||||
ssh-github-key = {
|
||||
owner = username;
|
||||
mode = "0600";
|
||||
path = "${home}/.ssh/github";
|
||||
};
|
||||
ssh-gitlab-key = {
|
||||
owner = username;
|
||||
mode = "0600";
|
||||
path = "${home}/.ssh/gitlab";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user