From 077d1881d12f2e69f2d3167ce98d3718e586f9a2 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 26 May 2025 23:30:34 +0200 Subject: [PATCH] feat: make it so that sakura can now change the /etc/hosts file, to trick a certain group of devices --- hosts/sakura/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index 882e5af..aca59ab 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -14,6 +14,8 @@ inputs.nixos-hardware.nixosModules.framework-13-7040-amd ]; + environment.etc.hosts.mode = "0700"; + liv = { laptop.enable = true; desktop.enable = false;