Compare commits

...

2 commits

2 changed files with 4 additions and 1 deletions
hosts/tatos/services
modules/home-manager/configs/window-manager/xmonad

View file

@ -16,6 +16,7 @@ in
http_port = port;
inherit domain;
};
auth.token_rotation_interval_minutes = 60;
};
provision = {
enable = true;

View file

@ -83,7 +83,9 @@ comWs = "com"
devWs = ["dev", "dev2", "dev3"]
myWorkspaces = [webWs] <> devWs <> [finWs, sysWs, comWs]
infraWs = "infra"
myWorkspaces = [webWs] <> devWs <> [infraWs, sysWs, comWs, finWs]
main :: IO ()
main = mkDbusClient >>= main'