summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix6
-rw-r--r--modules/stage-1/default.nix2
2 files changed, 5 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 1442e83f..98806ff4 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -150,8 +150,10 @@ in {
150 150
151 gh = { 151 gh = {
152 enable = true; 152 enable = true;
153 editor = "${config.home-manager.users.${userName}.programs.emacs.package}/bin/emacsclient"; 153 settings = {
154 gitProtocol = "ssh"; 154 editor = "${config.home-manager.users.${userName}.programs.emacs.package}/bin/emacsclient";
155 gitProtocol = "ssh";
156 };
155 }; 157 };
156 158
157 nix-index.enable = true; 159 nix-index.enable = true;
diff --git a/modules/stage-1/default.nix b/modules/stage-1/default.nix
index 5a14584e..5d49475f 100644
--- a/modules/stage-1/default.nix
+++ b/modules/stage-1/default.nix
@@ -561,7 +561,7 @@ in
561 is the path it should be copied from (or null for the same 561 is the path it should be copied from (or null for the same
562 path inside and out). 562 path inside and out).
563 ''; 563 '';
564 example = literalExample 564 example = literalExpression
565 '' 565 ''
566 { "/etc/dropbear/dropbear_rsa_host_key" = 566 { "/etc/dropbear/dropbear_rsa_host_key" =
567 ./secret-dropbear-key; 567 ./secret-dropbear-key;