From 4946fa999bc8f246d88a71b4aeadbbe3c3bddc42 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 3 May 2026 17:37:21 +0200 Subject: [PATCH] Fix --- systems/sandbox/cfg.nix | 2 +- systems/sandbox/hardware.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index 3ed4afe..592bdd3 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -1,6 +1,6 @@ { syscfg = { - hostname = "gateway"; + hostname = "sandbox"; type = "nixos"; system = "x86_64-linux"; defaultUser = "sora"; diff --git a/systems/sandbox/hardware.nix b/systems/sandbox/hardware.nix index f53a4a4..9e439fd 100644 --- a/systems/sandbox/hardware.nix +++ b/systems/sandbox/hardware.nix @@ -8,7 +8,7 @@ boot.loader.grub = { enable = true; device = "/dev/sda"; - efiSupport = true; + #efiSupport = true; }; boot.initrd.availableKernelModules = @@ -17,7 +17,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/abc944c6-484a-4abe-a675-906e3781d71f"; - fsType = "btrfs"; + fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/C555-300B";