This commit is contained in:
2025-04-20 12:16:41 +08:00
parent c27703cbcf
commit 15ceed31d3

View File

@@ -19,7 +19,7 @@
# 将 /nix 目录绑定到持久化存储
fileSystems."/nix" = {
device = "/dev/disk/by-label/nixos-persistent"; # 需要根据实际情况修改
device = "/dev/disk/by-label/nixos"; # 需要根据实际情况修改
fsType = "btrfs";
options = [ "bind" ];