diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 11:15:41 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-12 11:15:41 -0800 |
commit | 42ee69589375c88b689412c41b9c7f47396e10e0 (patch) | |
tree | 3c3dd765cedbd5946457c4adc69037a0828ea42d /hosts/ginaz/disks.nix | |
parent | 30746847b44837cd5a10fb7d0bc567b9042ff253 (diff) | |
download | nix-42ee69589375c88b689412c41b9c7f47396e10e0.tar nix-42ee69589375c88b689412c41b9c7f47396e10e0.tar.gz nix-42ee69589375c88b689412c41b9c7f47396e10e0.tar.bz2 nix-42ee69589375c88b689412c41b9c7f47396e10e0.tar.lz nix-42ee69589375c88b689412c41b9c7f47396e10e0.tar.xz nix-42ee69589375c88b689412c41b9c7f47396e10e0.tar.zst nix-42ee69589375c88b689412c41b9c7f47396e10e0.zip |
Fix boot @ginaz
Diffstat (limited to 'hosts/ginaz/disks.nix')
-rw-r--r-- | hosts/ginaz/disks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/ginaz/disks.nix b/hosts/ginaz/disks.nix index 5093fe8..baea2e6 100644 --- a/hosts/ginaz/disks.nix +++ b/hosts/ginaz/disks.nix @@ -3,7 +3,7 @@ disk = { nvme0n1 = { type = "disk"; - device = "/dev/disk/by-id/nvme-SAMSUNG_MZVL21T0HCLR-00BL2_S64NNX0T233166"; + device = "/dev/nvme0n1"; content = { type = "gpt"; partitions = { |