reorg + condiational secrets

This commit is contained in:
2023-03-09 05:00:20 +00:00
parent 24ef309194
commit dea10b0752
23 changed files with 190 additions and 273 deletions

View File

@@ -8,7 +8,7 @@
# in
{
imports = [
../../global
../../global.nix
];
home.username = "sstent";
home.homeDirectory = "/home/sstent";
@@ -98,6 +98,8 @@ programs = {
enable = true;
userName = "sstent";
userEmail = "stuart.stent@gmail.com";
extraConfig = { pull.rebase = true; };
};
ssh = {
enable = true;