From def50702b6131570f6752cb051d11a2dc5835dda Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 13 Aug 2024 15:17:35 +0200 Subject: [PATCH] revert temporary changes --- hive.nix | 4 ++-- hosts/yodaNas/configuration.nix | 6 +----- modules/git.nix | 3 +-- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/hive.nix b/hive.nix index e89ac39..c9e11e4 100644 --- a/hive.nix +++ b/hive.nix @@ -102,7 +102,7 @@ in deployment = { # Local deployment. - allowLocalDeployment = true; + #allowLocalDeployment = true; # SSH deployment. targetHost = "yodahedgehog.p1st.de"; targetPort = 2226; @@ -117,7 +117,7 @@ in deployment = { # Local deployment. - allowLocalDeployment = true; + #allowLocalDeployment = true; # SSH deployment. # local IP: 192.168.178.190 targetHost = "yodanas.p1st.de"; diff --git a/hosts/yodaNas/configuration.nix b/hosts/yodaNas/configuration.nix index 4a6851d..f608016 100644 --- a/hosts/yodaNas/configuration.nix +++ b/hosts/yodaNas/configuration.nix @@ -11,9 +11,6 @@ ../../modules/base-efi.nix ../../modules/headless.nix - # TODO: Temporary while abroad - ../../modules/git.nix - ../../modules/ssh-fde-unlock.nix #../../modules/git.nix ../../modules/zsh.nix @@ -22,8 +19,7 @@ #../../modules/podman.nix ../../modules/docker.nix - # TODO: Temporary while abroad - ../../modules/docker-pushrm.nix + #../../modules/docker-pushrm.nix ../../modules/sendmail-mta.nix ../../modules/journalwatch.nix diff --git a/modules/git.nix b/modules/git.nix index e9d6353..0501fe9 100644 --- a/modules/git.nix +++ b/modules/git.nix @@ -11,8 +11,7 @@ enable = true; userName = "Daniel Langbein"; userEmail = "daniel@systemli.org"; - # TODO: Temporary while abroad - #signing.signByDefault = true; + signing.signByDefault = true; signing.key = null; aliases = { #st = "status";