From aa3324f2691b43ba57cc6e4328cb9366c0a7f9aa Mon Sep 17 00:00:00 2001 From: kurogeek Date: Mon, 3 Nov 2025 11:54:25 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:machines/neptune/configuration.nix --- machines/neptune/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/neptune/configuration.nix b/machines/neptune/configuration.nix index 89b0d77..8c437fb 100644 --- a/machines/neptune/configuration.nix +++ b/machines/neptune/configuration.nix @@ -6,10 +6,6 @@ nixpkgs.hostPlatform = { system = "x86_64-linux"; }; - boot.loader.grub.devices = [ "/dev/disk/by-id/FIXME" ]; - fileSystems = { - "/".device = "/dev/FIXME"; - }; networking.fqdn = "b4l.co.th"; system.stateVersion = "25.11"; clan.core.sops.defaultGroups = [ "admins" ];