mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: update fully to 22.05
This commit is contained in:
@@ -39,7 +39,7 @@ in {
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
email = kieran.email;
|
||||
defaults.email = kieran.email;
|
||||
};
|
||||
|
||||
users.users.root.passwordFile = toString <system-secrets/root.password>;
|
||||
|
||||
@@ -100,7 +100,7 @@ in {
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
email = kieran.email;
|
||||
defaults.email = kieran.email;
|
||||
};
|
||||
|
||||
environment.systemPackages = [pkgs.vim pkgs.git pkgs.tmux pkgs.python3];
|
||||
|
||||
@@ -7,7 +7,10 @@
|
||||
telegram = pkgs.callPackage <menstruation-telegram> {};
|
||||
backendPort = 8000;
|
||||
in {
|
||||
services.redis.enable = true;
|
||||
services.redis.servers.menstruation = {
|
||||
enable = true;
|
||||
port = 6379;
|
||||
};
|
||||
|
||||
environment.systemPackages = [pkgs.redis];
|
||||
|
||||
@@ -23,7 +26,7 @@ in {
|
||||
wants = [
|
||||
"network-online.target"
|
||||
"menstruation-backend.service"
|
||||
"redis.service"
|
||||
"redis-menstruation.service"
|
||||
];
|
||||
wantedBy = ["multi-user.target"];
|
||||
environment = {
|
||||
|
||||
Reference in New Issue
Block a user