fix
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
# 将 /nix 目录绑定到持久化存储
|
||||
fileSystems."/nix" = {
|
||||
device = "/dev/disk/by-label/nixos-persistent"; # 需要根据实际情况修改
|
||||
device = "/dev/disk/by-label/nixos"; # 需要根据实际情况修改
|
||||
fsType = "btrfs";
|
||||
options = [ "bind" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user