This commit is contained in:
Till 2023-07-04 22:06:08 +02:00
parent 117ea3db25
commit 3d4c7bcf8e

View file

@ -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" =