From 3d4c7bcf8e69ba193e6d9f6f7cb21e0d0d31be03 Mon Sep 17 00:00:00 2001 From: Till Date: Tue, 4 Jul 2023 22:06:08 +0200 Subject: [PATCH] steam --- system/hardware-nova.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" =