From 2db83207b3fbc23c3cebe507b3eb66b740519058 Mon Sep 17 00:00:00 2001 From: dyn Date: Wed, 17 Dec 2025 19:18:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore(vm):=20fix=20permissions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dyn --- vm/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/configuration.nix b/vm/configuration.nix index ffeb5a6..88fc3af 100644 --- a/vm/configuration.nix +++ b/vm/configuration.nix @@ -31,7 +31,7 @@ mkdir /home/user/iot -p cp -r /iot/p* /iot/bonus /home/user/iot/ - chown -R user:user /home/user/iot + chown -R user /home/user/iot mkdir /root/iot -p cp -r /iot/p* /iot/bonus /rot/iot/ @@ -97,7 +97,7 @@ }; environment = { - etc.hosts.mode = "0700"; + etc.hosts.mode = "0644"; systemPackages = with pkgs; [ bindfs git