summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2025-10-08 19:46:55 +0000
committerRory&::Emma <root@rory.gay>2025-10-08 19:48:15 +0000
commit557e32f5d86a125eced1d733a441479f1ac8fe51 (patch)
tree4581697626a3dd91f8b1666615c071e34bf0b01a
parentEnable OOYE (diff)
downloadRory-Open-Architecture-557e32f5d86a125eced1d733a441479f1ac8fe51.tar.xz
Rory-nginx changes
-rw-r--r--host/Rory-nginx/configuration.nix14
-rwxr-xr-xhost/Rory-nginx/hooks/post-rebuild.sh10
2 files changed, 19 insertions, 5 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix

index 85709d8..771465b 100644 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix
@@ -89,6 +89,20 @@ # conduit = conduit; #}; + services.pgadmin = { + enable = false; + initialEmail = "root@localhost.localdomain"; + initialPasswordFile = "/etc/matrix-user-pass"; + }; + #containers."draupnir-cme" = import ./services/containers/draupnir-cme/container.nix { + # inherit pkgs lib nixpkgs-Draupnir; + #}; + #containers."draupnir-fedora" = import ./services/containers/draupnir-fedora/container.nix { + # inherit pkgs lib nixpkgs-Draupnir; + #}; + + #containers."draupnir-linux-mint" = import ./services/containers/draupnir-linux-mint/container.nix { inherit pkgs lib nixpkgs-Draupnir; }; + system.stateVersion = "22.11"; # DO NOT EDIT! environment.systemPackages = with pkgs; [ waypipe ]; diff --git a/host/Rory-nginx/hooks/post-rebuild.sh b/host/Rory-nginx/hooks/post-rebuild.sh
index 198b7e6..80c9da1 100755 --- a/host/Rory-nginx/hooks/post-rebuild.sh +++ b/host/Rory-nginx/hooks/post-rebuild.sh
@@ -23,8 +23,8 @@ register(){ # -- END OF LICENSED CODE -PASSWD=`cat /etc/matrix-user-pass` -for u in {draupnir,Alicia,Emma,Rory,root,Quetzelle} -do - register $u $PASSWD -done +#PASSWD=`cat /etc/matrix-user-pass` +#for u in {draupnir,Alicia,Emma,Rory,root,Quetzelle} +#do +# register $u $PASSWD +#done