pinwheel: Extract work related config to work module

This commit is contained in:
Alexander Heldt
2023-09-27 15:30:37 +02:00
parent bcd4fc418f
commit 7d54370900
5 changed files with 28 additions and 13 deletions

View File

@@ -19,13 +19,4 @@
home.stateVersion = "23.05";
};
};
age.secrets = {
"netrc" = {
file = ../../secrets/pinwheel/netrc.age;
path = "/home/alex/.netrc";
owner = "alex";
group = "users";
};
};
}