diff options
Diffstat (limited to 'flora/services/pleroma.nix')
-rw-r--r-- | flora/services/pleroma.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flora/services/pleroma.nix b/flora/services/pleroma.nix index 21e4228..12f4511 100644 --- a/flora/services/pleroma.nix +++ b/flora/services/pleroma.nix @@ -24,6 +24,7 @@ in # pleroma has a cli tool for configuration environment.systemPackages = [ pkgs.dnsutils ]; + system.stateVersion = "20.09"; services.pleroma = { enable = true; |