diff options
author | lassulus <git@lassul.us> | 2023-09-03 11:45:42 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-03 11:45:42 +0200 |
commit | b7fba1c6ba5379cbad60728541259538df5096ec (patch) | |
tree | fac8c7db519c4f5ef78b82d8d119a73db75dcabc | |
parent | c1656131473f63e415baae35e99507dbb1c780a4 (diff) |
l shodan.r: remove containers, add trusted users
-rw-r--r-- | lass/1systems/shodan/config.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lass/1systems/shodan/config.nix b/lass/1systems/shodan/config.nix index 5e48c216a..0bea37e5c 100644 --- a/lass/1systems/shodan/config.nix +++ b/lass/1systems/shodan/config.nix @@ -13,13 +13,9 @@ <stockholm/lass/2configs/programs.nix> <stockholm/lass/2configs/wine.nix> <stockholm/lass/2configs/bitcoin.nix> - <stockholm/lass/2configs/blue-host.nix> - <stockholm/lass/2configs/green-host.nix> - <stockholm/krebs/2configs/news-host.nix> <stockholm/lass/2configs/yellow-mounts/samba.nix> <stockholm/lass/2configs/fetchWallpaper.nix> <stockholm/lass/2configs/consul.nix> - <stockholm/lass/2configs/red-host.nix> <stockholm/lass/2configs/snapclient.nix> ]; @@ -27,4 +23,6 @@ services.logind.lidSwitch = "ignore"; services.logind.lidSwitchDocked = "ignore"; + nix.trustedUsers = [ "root" "lass" ]; + system.stateVersion = "22.05"; } |