dolomite: fix lightsail

This commit is contained in:
xinyangli 2024-07-09 21:16:26 +08:00
parent 7118348263
commit cc19e46df0
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
3 changed files with 70 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{ config, lib, ... }:
let
awsHosts = [ "tok-00 "];
awsHosts = [ "tok-00"];
bwgHosts = [ "la-00" ];
in
{
@ -80,7 +80,7 @@ in
};
nix.settings = {
trusted-users = config.users.groups.wheel.members;
trusted-users = config.users.groups.wheel.members ++ [ "root" ];
};
services.sing-box = let