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 = {
|
deployment = {
|
||||||
# Local deployment.
|
# Local deployment.
|
||||||
allowLocalDeployment = true;
|
#allowLocalDeployment = true;
|
||||||
# SSH deployment.
|
# SSH deployment.
|
||||||
targetHost = "yodahedgehog.p1st.de";
|
targetHost = "yodahedgehog.p1st.de";
|
||||||
targetPort = 2226;
|
targetPort = 2226;
|
||||||
@ -117,7 +117,7 @@ in
|
|||||||
|
|
||||||
deployment = {
|
deployment = {
|
||||||
# Local deployment.
|
# Local deployment.
|
||||||
allowLocalDeployment = true;
|
#allowLocalDeployment = true;
|
||||||
# SSH deployment.
|
# SSH deployment.
|
||||||
# local IP: 192.168.178.190
|
# local IP: 192.168.178.190
|
||||||
targetHost = "yodanas.p1st.de";
|
targetHost = "yodanas.p1st.de";
|
||||||
|
@ -11,9 +11,6 @@
|
|||||||
../../modules/base-efi.nix
|
../../modules/base-efi.nix
|
||||||
../../modules/headless.nix
|
../../modules/headless.nix
|
||||||
|
|
||||||
# TODO: Temporary while abroad
|
|
||||||
../../modules/git.nix
|
|
||||||
|
|
||||||
../../modules/ssh-fde-unlock.nix
|
../../modules/ssh-fde-unlock.nix
|
||||||
#../../modules/git.nix
|
#../../modules/git.nix
|
||||||
../../modules/zsh.nix
|
../../modules/zsh.nix
|
||||||
@ -22,8 +19,7 @@
|
|||||||
|
|
||||||
#../../modules/podman.nix
|
#../../modules/podman.nix
|
||||||
../../modules/docker.nix
|
../../modules/docker.nix
|
||||||
# TODO: Temporary while abroad
|
#../../modules/docker-pushrm.nix
|
||||||
../../modules/docker-pushrm.nix
|
|
||||||
|
|
||||||
../../modules/sendmail-mta.nix
|
../../modules/sendmail-mta.nix
|
||||||
../../modules/journalwatch.nix
|
../../modules/journalwatch.nix
|
||||||
|
@ -11,8 +11,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userName = "Daniel Langbein";
|
userName = "Daniel Langbein";
|
||||||
userEmail = "daniel@systemli.org";
|
userEmail = "daniel@systemli.org";
|
||||||
# TODO: Temporary while abroad
|
signing.signByDefault = true;
|
||||||
#signing.signByDefault = true;
|
|
||||||
signing.key = null;
|
signing.key = null;
|
||||||
aliases = {
|
aliases = {
|
||||||
#st = "status";
|
#st = "status";
|
||||||
|
Loading…
Reference in New Issue
Block a user