LoutreOS: upgrade to 24.05
This commit is contained in:
parent
f22931c57d
commit
5ff3312395
3 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.usbWwan.enable = true;
|
||||
hardware.usb-modeswitch.enable = true;
|
||||
|
||||
# eno1 -> VLAN100 -> Internet
|
||||
# eno2 -> LAN
|
||||
|
|
|
@ -429,7 +429,7 @@ in
|
|||
};
|
||||
|
||||
systemd.services.site-musique = let
|
||||
djangoEnv =(pkgs.python3.withPackages (ps: with ps; [ gunicorn django_3 pillow setuptools ]));
|
||||
djangoEnv =(pkgs.python3.withPackages (ps: with ps; [ gunicorn django_4 pillow setuptools ]));
|
||||
in {
|
||||
description = "Site Django de la musique de Meyenheim";
|
||||
after = [ "network.target" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue