Removed polr from lisa

This commit is contained in:
Julien Malka 2022-09-25 07:00:12 +02:00
parent b62e5bcad3
commit 4c3e8ccb90
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -56,23 +56,6 @@
};
services.polr = {
enable = true;
adminpassFile = "/root/polradminpw";
database = {
createLocally = true;
dbpassFile = "/root/polrdbpw";
dbname = "hello";
};
config = {
address = "link.julienmalka.me";
appkeyFile = "/root/polrappkey";
};
extraConfig = ''
SETTING_PSEUDORANDOM_ENDING=true
'';
};
# make the tailscale command usable to users
environment.systemPackages = [ pkgs.tailscale ];