diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/server1/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/server1/configuration.nix b/hosts/server1/configuration.nix index 0bbead5..0bbb993 100644 --- a/hosts/server1/configuration.nix +++ b/hosts/server1/configuration.nix @@ -13,6 +13,7 @@ nix-sync.enable = true; openssh.enable = true; peertube.enable = true; + redlib.enable = true; }; boot.tmp.cleanOnBoot = true; |