misc: fix up after nixpkgs update
This commit is contained in:
parent
58f8944c92
commit
7b53535355
3 changed files with 3 additions and 10 deletions
|
@ -17,8 +17,6 @@ pkgs.buildBazelPackage rec {
|
|||
bazelFlags = [
|
||||
"--javabase=@local_jdk//:jdk"
|
||||
"--host_javabase=@local_jdk//:jdk"
|
||||
"--java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8"
|
||||
"--host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8"
|
||||
];
|
||||
|
||||
fetchAttrs = {
|
||||
|
|
|
@ -122,7 +122,7 @@ in {
|
|||
deluge.extraGroups = [ "content" ];
|
||||
sonarr.extraGroups = [ "deluge" "content" ];
|
||||
radarr.extraGroups = [ "deluge" "content" ];
|
||||
};
|
||||
} // (lib.setAttrByPath [ config.services.nginx.user "extraGroups" ] [ "acme" ]);
|
||||
users.groups = {
|
||||
content = {};
|
||||
};
|
||||
|
@ -178,11 +178,7 @@ in {
|
|||
domain = "*.int.lukegb.com";
|
||||
dnsProvider = "cloudflare";
|
||||
credentialsFile = machineSecrets.cloudflareCredentials;
|
||||
user = config.services.nginx.user;
|
||||
group = config.services.nginx.group;
|
||||
extraDomains = {
|
||||
"int.lukegb.com" = null;
|
||||
};
|
||||
extraDomainNames = ["int.lukegb.com"];
|
||||
postRun = ''
|
||||
systemctl reload nginx
|
||||
'';
|
||||
|
|
|
@ -175,7 +175,6 @@ in {
|
|||
rxvt_unicode
|
||||
teamspeak_client
|
||||
virtmanager
|
||||
virtmanager-qt
|
||||
vulkan-tools
|
||||
xclip
|
||||
yubioath-desktop
|
||||
|
|
Loading…
Reference in a new issue