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