diff options
author | EuAndreh <eu@euandre.org> | 2019-05-01 01:05:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-01 01:05:46 -0300 |
commit | 55e90c705c8ced2be7c27f5e18a4c2eab0ef83d9 (patch) | |
tree | e377ccc3b13828c565bfdca0a06e720540e59e6d /nixos | |
parent | Comment grub.device NixOS configuration. (diff) | |
download | dotfiles-55e90c705c8ced2be7c27f5e18a4c2eab0ef83d9.tar.gz dotfiles-55e90c705c8ced2be7c27f5e18a4c2eab0ef83d9.tar.xz |
Change device from nvme0n1 to sda.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ae3b35e..48eb974 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -17,7 +17,7 @@ luks.devices = [ { name = "root"; - device = "/dev/nvme0n1p3"; + device = "/dev/sda3"; preLVM = true; } ]; |