cleanup: statix

This commit is contained in:
2024-07-04 14:38:37 -06:00
parent 6055c9e63a
commit f177fde0ef
10 changed files with 49 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
{ lib, config, pkgs, ... }:
let
localhost = config.my.localhost;
inherit (config.my) localhost;
collaboraPort = 9980;
url = "cloud.${config.my.domain}";
collaboraProxy = "http://${localhost}:${toString collaboraPort}";
@@ -36,7 +36,7 @@ in {
users.users.nextcloud = {
isSystemUser = true;
extraGroups = [ "render" ];
packages = (with pkgs; [
packages = with pkgs; [
mediainfo
nodejs
(python3.withPackages (ps: with ps; [ tensorflow ]))
@@ -49,7 +49,7 @@ in {
hash = "sha256-TLJSJEXMPj870TkExq6uraX8Wl4kmNerrSlX3LQsr/4=";
};
})
]);
];
};
programs.msmtp = {
enable = true;