update firewall, add wlr-xrandr
This commit is contained in:
parent
2bb9d5bf13
commit
18274be266
2 changed files with 62 additions and 2915 deletions
2972
flake.lock
2972
flake.lock
File diff suppressed because it is too large
Load diff
|
@ -113,6 +113,7 @@ in {
|
||||||
wallust
|
wallust
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wlogout
|
wlogout
|
||||||
|
wlr-randr
|
||||||
# fun
|
# fun
|
||||||
fastfetch
|
fastfetch
|
||||||
# Scripts
|
# Scripts
|
||||||
|
@ -143,6 +144,7 @@ in {
|
||||||
withUWSM = true;
|
withUWSM = true;
|
||||||
# xwayland.enable = true;
|
# xwayland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
waybar.enable = true;
|
waybar.enable = true;
|
||||||
thunar.enable = true;
|
thunar.enable = true;
|
||||||
thunar.plugins = with pkgs.xfce; [
|
thunar.plugins = with pkgs.xfce; [
|
||||||
|
@ -160,10 +162,13 @@ in {
|
||||||
# Caddy
|
# Caddy
|
||||||
80 # http
|
80 # http
|
||||||
443 # https
|
443 # https
|
||||||
|
179 # BGP
|
||||||
2019 # caddy admin api
|
2019 # caddy admin api
|
||||||
# Minio
|
# Minio
|
||||||
9000 # console web interface
|
9000 # console web interface
|
||||||
9001 # api interface
|
9001 # api interface
|
||||||
|
# Beszel-agent
|
||||||
|
45876
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue