Compare commits

..

No commits in common. "3a88101b04d8af2ce1db02a69d513ee95cf26fc8" and "58238117001453a5012751b20e171141c5f612e6" have entirely different histories.

3 changed files with 5 additions and 7 deletions

View file

@ -335,11 +335,6 @@ window-rule {
open-focused true open-focused true
} }
window-rule {
match title=r#"^Authentication Required"#
open-floating true
open-focused true
}

View file

@ -40,7 +40,7 @@
"mount-sisko" "mount-sisko"
"adb" "adb"
"prometheus-exporters" "prometheus-exporters"
# "promtail" "promtail"
"zerotier" "zerotier"
] ]
++ [ ./disko.nix ]; ++ [ ./disko.nix ];

View file

@ -2,6 +2,7 @@
fleetModules, fleetModules,
lib, lib,
config, config,
pkgs,
... ...
}: }:
{ {
@ -30,12 +31,14 @@
"binfmt" "binfmt"
"greetd" "greetd"
# "syncthing" # "syncthing"
"hass-poweroff"
"forgejo-runners"
"teamviewer" "teamviewer"
"sunshine" "sunshine"
"mount-sisko" "mount-sisko"
"adb" "adb"
"prometheus-exporters" "prometheus-exporters"
# "promtail" "promtail"
"zerotier" "zerotier"
]; ];