diff options
author | EuAndreh <eu@euandre.org> | 2019-05-25 19:45:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-25 19:45:56 -0300 |
commit | b77ddfc8dd8dbba046e768501ef9995434458676 (patch) | |
tree | 4165153c58c3d33a8cd646a235cf94a08a824d19 | |
parent | ssh_config.conf (diff) | |
download | dotfiles-b77ddfc8dd8dbba046e768501ef9995434458676.tar.gz dotfiles-b77ddfc8dd8dbba046e768501ef9995434458676.tar.xz |
Add note on declarative disk partitioning
-rw-r--r-- | nixos/os-installation.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/os-installation.sh b/nixos/os-installation.sh index 519ee5a..0936f94 100644 --- a/nixos/os-installation.sh +++ b/nixos/os-installation.sh @@ -24,6 +24,7 @@ systemctl start display-manager # Change keyboard to pt_BR layout: loadkeys br-abnt2 +# FIXME: make it declarative # Format disk: gdisk /dev/nvme0n1 # disk found using lsblk |