Move from ZFS to btrfs

This commit is contained in:
Madeleine Sydney
2024-12-28 16:28:03 -07:00
parent be5341b5b1
commit 6240431d36
3 changed files with 69 additions and 78 deletions

View File

@@ -7,11 +7,11 @@
sydnix = {
impermanence = {
enable = true;
enable = false;
directories = [
# Warning: Neither /var/lib/nixos nor any of its parents are persisted.
# "Warning: Neither /var/lib/nixos nor any of its parents are persisted.
# This means all users/groups without specified uids/gids will have them
# reassigned on reboot.
# reassigned on reboot."
"/var/lib/nixos"
"/etc/ssh"
];
@@ -30,11 +30,11 @@
enable = true;
systemd.enable = true;
systemd.initrdBin = with pkgs; [
zfs
coreutils
babashka
];
# systemd.initrdBin = with pkgs; [
# zfs
# coreutils
# babashka
# ];
};
loader = {