summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-04 11:26:45 +0200
committerRory& <root@rory.gay>2026-04-04 11:26:45 +0200
commit70bd24eae00158f04d816fc4c375b0ee04f8f190 (patch)
treec9f3817dd58e7d9533e29f245c40714b4a89049e /host
parentoops, use udp instead of tcp (diff)
downloadRory-Open-Architecture-70bd24eae00158f04d816fc4c375b0ee04f8f190.tar.xz
Desktop updates
Diffstat (limited to 'host')
-rw-r--r--host/Rory-desktop/optional/gui/hyprland.nix5
-rw-r--r--host/Rory-nginx/services/containers/shared.nix2
-rwxr-xr-xhost/Rory-ovh/services/matrix/draupnir.nix4
-rw-r--r--host/RoryNix/configuration.nix2
-rw-r--r--host/uISO/development.nix2
5 files changed, 11 insertions, 4 deletions
diff --git a/host/Rory-desktop/optional/gui/hyprland.nix b/host/Rory-desktop/optional/gui/hyprland.nix

index 22fca5b..e8b62ff 100644 --- a/host/Rory-desktop/optional/gui/hyprland.nix +++ b/host/Rory-desktop/optional/gui/hyprland.nix
@@ -8,7 +8,7 @@ { programs.hyprland = { enable = true; -# package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; + #package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland; }; programs.hyprlock.enable = true; @@ -20,6 +20,9 @@ slurp easyeffects keepassxc + hyprpaper + hyprpolkitagent + hyprpaper ]; #environment.etc."hyprPlugins" = { diff --git a/host/Rory-nginx/services/containers/shared.nix b/host/Rory-nginx/services/containers/shared.nix
index f267ff0..c617e2b 100644 --- a/host/Rory-nginx/services/containers/shared.nix +++ b/host/Rory-nginx/services/containers/shared.nix
@@ -1,7 +1,7 @@ { pkgs, ... }: { environment.systemPackages = with pkgs; [ - neofetch + fastfetch lnav zsh git diff --git a/host/Rory-ovh/services/matrix/draupnir.nix b/host/Rory-ovh/services/matrix/draupnir.nix
index 3eb5bcc..54f5d23 100755 --- a/host/Rory-ovh/services/matrix/draupnir.nix +++ b/host/Rory-ovh/services/matrix/draupnir.nix
@@ -30,11 +30,15 @@ protections = { wordlist = { words = [ + # The Obvious "tranny" "faggot" "ywnbaw" "nigger" + # abuse domains "https://postimg.cc/" + "https://s.binance.com" + # Dec 2025 IRC spam "irc.hardchats.com" "white power" "white pride" diff --git a/host/RoryNix/configuration.nix b/host/RoryNix/configuration.nix
index 8e3c0cc..3ba5116 100644 --- a/host/RoryNix/configuration.nix +++ b/host/RoryNix/configuration.nix
@@ -104,7 +104,7 @@ environment.systemPackages = with pkgs; [ wget - neofetch + fastfetch lnav pciutils git diff --git a/host/uISO/development.nix b/host/uISO/development.nix
index 6148c76..f1e3093 100644 --- a/host/uISO/development.nix +++ b/host/uISO/development.nix
@@ -46,6 +46,6 @@ #coreutils htop btop - neofetch + fastfetch ]; }