Allow removing images and wrap tables with scroll container

This commit is contained in:
thiloho
2025-01-11 20:59:36 +01:00
parent d570fb6906
commit 24d81a8e4d
8 changed files with 75 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ in
../../module.nix
];
networking.hostName = "archtika-qs";
networking.hostName = "archtika-demo";
services.archtika = {
enable = true;

View File

@@ -240,6 +240,7 @@ in
};
serviceConfig = {
ReadWritePaths = [ "/var/www/archtika-websites" ];
SystemCallFilter = [ "@system-service" ];
};
};