fix: misc fixes and tweaks
This commit is contained in:
@@ -11,7 +11,7 @@ let
|
||||
address = "10.255.241.90";
|
||||
in {
|
||||
fs-work = { config, pkgs, ... }: with pkgs; {
|
||||
deployment.tags = [ "fs" "fs-work" ];
|
||||
deployment.tags = [ "fs" "fs-work" "cluster" ];
|
||||
deployment.targetHost = address;
|
||||
system.autoUpgrade.enable = lib.mkForce false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user