feat(grfn/system): Install cloud-utils on roswell
Change-Id: Ia3ad49be1cf81d84eac2f4d13191ef355007e450 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8574 Tested-by: BuildkiteCI Autosubmit: grfn <grfn@gws.fyi> Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
8bd7ced1fb
commit
a538939b3e
1 changed files with 4 additions and 0 deletions
|
@ -24,4 +24,8 @@
|
|||
services.tailscale.enable = true;
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cloud-utils
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue