From c56e8e10628766e188dcc8bfd7283a86f417528c Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Tue, 5 Dec 2023 16:11:20 +0000 Subject: [PATCH] UPGRADE web server FROM 21.11 to 23.11 --- hosts/web/configuration.nix | 16 ++++++++-------- hosts/web/docker | 1 + hosts/web/modules | 1 + hosts/web/scaphandre | 0 4 files changed, 10 insertions(+), 8 deletions(-) create mode 120000 hosts/web/docker create mode 120000 hosts/web/modules create mode 100755 hosts/web/scaphandre diff --git a/hosts/web/configuration.nix b/hosts/web/configuration.nix index 0943802..4ec5bbc 100644 --- a/hosts/web/configuration.nix +++ b/hosts/web/configuration.nix @@ -4,16 +4,16 @@ ./hardware-configuration.nix ./webserver.nix ./firewall-web.nix - ../modules/gitea.nix - ../modules/prometheus-node.nix - ../modules/common.nix - ../modules/users.nix + modules/gitea.nix + modules/prometheus-node.nix + modules/common.nix + modules/users.nix # ../docker/appsmith.nix - ../docker/kuma.nix - ../modules/syncthing.nix + docker/kuma.nix + modules/syncthing.nix ]; - system.stateVersion = "21.11"; + system.stateVersion = "23.11"; boot.tmp.cleanOnBoot = true; zramSwap.enable = false; @@ -25,6 +25,6 @@ PasswordAuthentication = false; KbdInteractiveAuthentication = false; }; - }; + }; } diff --git a/hosts/web/docker b/hosts/web/docker new file mode 120000 index 0000000..1b1dbae --- /dev/null +++ b/hosts/web/docker @@ -0,0 +1 @@ +/home/alexandre/git/nixos-config/docker/ \ No newline at end of file diff --git a/hosts/web/modules b/hosts/web/modules new file mode 120000 index 0000000..4c6d07c --- /dev/null +++ b/hosts/web/modules @@ -0,0 +1 @@ +/home/alexandre/git/nixos-config/modules/ \ No newline at end of file diff --git a/hosts/web/scaphandre b/hosts/web/scaphandre new file mode 100755 index 0000000..e69de29