parent
1156b20785
commit
a60a42bd1b
|
@ -351,6 +351,9 @@ in
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
acpi
|
acpi
|
||||||
|
yt-dlp
|
||||||
|
ffmpeg
|
||||||
|
imapsync
|
||||||
age-plugin-yubikey
|
age-plugin-yubikey
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -147,7 +147,6 @@
|
||||||
tcp = with myData.ports; [
|
tcp = with myData.ports; [
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
prometheus
|
|
||||||
soju
|
soju
|
||||||
soju-ws
|
soju-ws
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue