Compare commits

...

3 commits

Author SHA1 Message Date
3a88101b04
Remove hass-poweroff and forgejo-runners from pike
Some checks failed
/ test (push) Has been cancelled
2025-04-16 13:52:38 +02:00
7d8736ecad
Disable promtail 2025-04-16 13:51:47 +02:00
f5ab3abe76
Floating rule 2025-04-16 13:51:20 +02:00
3 changed files with 7 additions and 5 deletions

View file

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

View file

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

View file

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