diff --git a/system/hardware-nova.nix b/system/hardware-nova.nix index b4611ad..94ef237 100644 --- a/system/hardware-nova.nix +++ b/system/hardware-nova.nix @@ -1,6 +1,3 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. { config, lib, pkgs, modulesPath, ... }: { @@ -30,7 +27,7 @@ fileSystems."/home/till/.local/share/Steam" = { device = "/dev/disk/by-uuid/6a0d25d4-0253-4467-85cc-ab3e0ef71f54"; fsType = "btrfs"; - options = [ "subvol=steam" "compress=zstd" "noatime"]; + options = [ "subvol=home/till/.local/share/Steam" "compress=zstd" ]; }; fileSystems."/nix" =