mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Enables git-crypt
This commit is contained in:
parent
ef2a73f331
commit
4ebae290dd
5 changed files with 5 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
common/secrets.nix filter=git-crypt diff=git-crypt
|
|
@ -16,4 +16,6 @@
|
||||||
wallpapers = import ./wallpapers.nix;
|
wallpapers = import ./wallpapers.nix;
|
||||||
|
|
||||||
sshAuthorizedKeyFiles = [./sshpubkeys/willem-nixbox ./sshpubkeys/willem-thinkpad ./sshpubkeys/willem-zeus];
|
sshAuthorizedKeyFiles = [./sshpubkeys/willem-nixbox ./sshpubkeys/willem-thinkpad ./sshpubkeys/willem-zeus];
|
||||||
|
|
||||||
|
secrets = import ./secrets.nix;
|
||||||
}
|
}
|
||||||
|
|
BIN
common/secrets.nix
Normal file
BIN
common/secrets.nix
Normal file
Binary file not shown.
|
@ -33,6 +33,7 @@ in rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
sessionVariables = rec {
|
sessionVariables = rec {
|
||||||
|
GCTESTSECRET = globals.secrets.test_secret;
|
||||||
DOTDIR = "${config.home.homeDirectory}/.config/dotfiles.nix";
|
DOTDIR = "${config.home.homeDirectory}/.config/dotfiles.nix";
|
||||||
EDITOR = emacsCommand;
|
EDITOR = emacsCommand;
|
||||||
VISUAL = emacsCommand;
|
VISUAL = emacsCommand;
|
||||||
|
|
|
@ -42,6 +42,7 @@ in {
|
||||||
fenix-rust
|
fenix-rust
|
||||||
findutils
|
findutils
|
||||||
gawk
|
gawk
|
||||||
|
git-crypt
|
||||||
gnuplot
|
gnuplot
|
||||||
graphviz
|
graphviz
|
||||||
htop
|
htop
|
||||||
|
|
Loading…
Add table
Reference in a new issue