misc: fix up after nixpkgs update

This commit is contained in:
Luke Granger-Brown 2020-09-30 17:39:34 +00:00
parent 58f8944c92
commit 7b53535355
3 changed files with 3 additions and 10 deletions

View file

@ -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 = {

View file

@ -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
'';

View file

@ -175,7 +175,6 @@ in {
rxvt_unicode
teamspeak_client
virtmanager
virtmanager-qt
vulkan-tools
xclip
yubioath-desktop