Fix some secrets and import jovian for later
This commit is contained in:
parent
5e8ef16d78
commit
0f0f56eaac
3 changed files with 72 additions and 13 deletions
|
@ -1,11 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, outputs, ...}: {
|
||||
# Enable git and config
|
||||
programs.git = let
|
||||
secrets = import ../../nixos/modules/secrets.nix;
|
||||
in {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
userName = secrets.jimUsername;
|
||||
userEmail = secrets.jimEmail;
|
||||
userName = outputs.secrets.jimUsername;
|
||||
userEmail = outputs.secrets.jimEmail;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue