various updates for sync
This commit is contained in:
parent
f34ce41345
commit
17c115a2eb
3 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,6 @@ in
|
||||||
polkitPolicyOwners = [ "lukegb" ];
|
polkitPolicyOwners = [ "lukegb" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
sound.enable = true;
|
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -49,7 +49,7 @@ in
|
||||||
gotools
|
gotools
|
||||||
graphicsmagick-imagemagick-compat
|
graphicsmagick-imagemagick-compat
|
||||||
vault
|
vault
|
||||||
youtube-dl
|
yt-dlp
|
||||||
] ++ lib.optionals (isLinux && isx86) [
|
] ++ lib.optionals (isLinux && isx86) [
|
||||||
depot.nix.pkgs.copybara
|
depot.nix.pkgs.copybara
|
||||||
]));
|
]));
|
||||||
|
|
1
third_party/default.nix
vendored
1
third_party/default.nix
vendored
|
@ -13,6 +13,7 @@ let
|
||||||
"envoy-1.27.3-deps.tar.gz"
|
"envoy-1.27.3-deps.tar.gz"
|
||||||
|
|
||||||
"python3.11-django-3.2.25"
|
"python3.11-django-3.2.25"
|
||||||
|
"python3.12-django-3.2.25"
|
||||||
|
|
||||||
# for authentik?
|
# for authentik?
|
||||||
"python3.10-requests-2.29.0"
|
"python3.10-requests-2.29.0"
|
||||||
|
|
Loading…
Reference in a new issue