Fix transmission running in a container

https://github.com/NixOS/nixpkgs/issues/258793
This commit is contained in:
2024-02-03 14:10:31 -07:00
parent 75031567bd
commit e34752c791
2 changed files with 7 additions and 1 deletions

View File

@@ -18,7 +18,7 @@
nix.flakes.enable = true;
system.stateVersion = "21.11";
system.stateVersion = "23.11";
networking.useDHCP = false;