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 = [
|
bazelFlags = [
|
||||||
"--javabase=@local_jdk//:jdk"
|
"--javabase=@local_jdk//:jdk"
|
||||||
"--host_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 = {
|
fetchAttrs = {
|
||||||
|
|
|
@ -122,7 +122,7 @@ in {
|
||||||
deluge.extraGroups = [ "content" ];
|
deluge.extraGroups = [ "content" ];
|
||||||
sonarr.extraGroups = [ "deluge" "content" ];
|
sonarr.extraGroups = [ "deluge" "content" ];
|
||||||
radarr.extraGroups = [ "deluge" "content" ];
|
radarr.extraGroups = [ "deluge" "content" ];
|
||||||
};
|
} // (lib.setAttrByPath [ config.services.nginx.user "extraGroups" ] [ "acme" ]);
|
||||||
users.groups = {
|
users.groups = {
|
||||||
content = {};
|
content = {};
|
||||||
};
|
};
|
||||||
|
@ -178,11 +178,7 @@ in {
|
||||||
domain = "*.int.lukegb.com";
|
domain = "*.int.lukegb.com";
|
||||||
dnsProvider = "cloudflare";
|
dnsProvider = "cloudflare";
|
||||||
credentialsFile = machineSecrets.cloudflareCredentials;
|
credentialsFile = machineSecrets.cloudflareCredentials;
|
||||||
user = config.services.nginx.user;
|
extraDomainNames = ["int.lukegb.com"];
|
||||||
group = config.services.nginx.group;
|
|
||||||
extraDomains = {
|
|
||||||
"int.lukegb.com" = null;
|
|
||||||
};
|
|
||||||
postRun = ''
|
postRun = ''
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -175,7 +175,6 @@ in {
|
||||||
rxvt_unicode
|
rxvt_unicode
|
||||||
teamspeak_client
|
teamspeak_client
|
||||||
virtmanager
|
virtmanager
|
||||||
virtmanager-qt
|
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
xclip
|
xclip
|
||||||
yubioath-desktop
|
yubioath-desktop
|
||||||
|
|
Loading…
Reference in a new issue