diff options
Diffstat (limited to 'machines/kusanagi/default.nix')
| -rw-r--r-- | machines/kusanagi/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/kusanagi/default.nix b/machines/kusanagi/default.nix index a22843d..bb719d1 100644 --- a/machines/kusanagi/default.nix +++ b/machines/kusanagi/default.nix @@ -9,9 +9,14 @@ ./desktop.nix ../../profiles/dev.nix ../../profiles/apps.nix + ../../profiles/sandbox.nix ./hardware-configuration.nix ]; + # Run coding agents under the isolated `yokai` sandbox user; henz owns the + # canonical repos in ~. See profiles/sandbox.nix for the full workflow. + sandbox.owner = "henz"; + networking.hostName = "kusanagi"; # This value determines the NixOS release from which the default |
