This commit is contained in:
Aleksandr Lebedev 2025-09-26 19:50:49 +02:00
parent d77e455719
commit 069693db2d
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ sudo nix run \
Assuming that you're in nixos installer Assuming that you're in nixos installer
#+begin_src shell #+begin_src shell
sudo nix --extra-experimental-features "flakes nix-command" run github:nix-community/disko -- --mode zap_create_mount --flake github:KyleKrein/nixos-config#kylekrein-homepc sudo nix --extra-experimental-features "flakes nix-command" run github:nix-community/disko -- --mode destroy,format,mount --yes-wipe-all-disks --flake github:KyleKrein/nixos-config#kylekrein-homepc
#+end_src #+end_src
Copy sops age keys to `/persist/sops/age/keys.txt` or to Copy sops age keys to `/persist/sops/age/keys.txt` or to

View file

@ -47,7 +47,7 @@ in {
mode = "raidz2"; mode = "raidz2";
options.compression = "zstd"; options.compression = "zstd";
options.ashift = "12"; options.ashift = "12";
mountpoint = null; mountpoint = "/zstorage";
datasets = { datasets = {
"services" = { "services" = {
type = "zfs_fs"; type = "zfs_fs";