mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
revert temporary changes
This commit is contained in:
parent
d3a6c3d6bd
commit
def50702b6
4
hive.nix
4
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";
|
||||
|
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user