mirror of
https://github.com/sstent/vmimages.git
synced 2026-04-29 08:12:49 +00:00
reorg + condiational secrets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user