From 0d0fb5657f2557fb5b81f0305513437b7fc37541 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 19 Oct 2021 19:19:02 +0200 Subject: ... --- accounts/gkleen@sif/default.nix | 6 ++++-- modules/stage-1/default.nix | 2 +- 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 { gh = { enable = true; - editor = "${config.home-manager.users.${userName}.programs.emacs.package}/bin/emacsclient"; - gitProtocol = "ssh"; + settings = { + editor = "${config.home-manager.users.${userName}.programs.emacs.package}/bin/emacsclient"; + gitProtocol = "ssh"; + }; }; 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 is the path it should be copied from (or null for the same path inside and out). ''; - example = literalExample + example = literalExpression '' { "/etc/dropbear/dropbear_rsa_host_key" = ./secret-dropbear-key; -- cgit v1.2.3