Make git-crypt part of the system config
This commit is contained in:
parent
d535215ff3
commit
90845f8989
|
@ -8,8 +8,4 @@
|
|||
userName = secrets.jimUsername;
|
||||
userEmail = secrets.jimEmail;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
git-crypt
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,4 +3,7 @@
|
|||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
git-crypt
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue