steam
This commit is contained in:
parent
117ea3db25
commit
3d4c7bcf8e
1 changed files with 1 additions and 4 deletions
|
|
@ -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, ... }:
|
{ config, lib, pkgs, modulesPath, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -30,7 +27,7 @@
|
||||||
fileSystems."/home/till/.local/share/Steam" =
|
fileSystems."/home/till/.local/share/Steam" =
|
||||||
{ device = "/dev/disk/by-uuid/6a0d25d4-0253-4467-85cc-ab3e0ef71f54";
|
{ device = "/dev/disk/by-uuid/6a0d25d4-0253-4467-85cc-ab3e0ef71f54";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=steam" "compress=zstd" "noatime"];
|
options = [ "subvol=home/till/.local/share/Steam" "compress=zstd" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/nix" =
|
fileSystems."/nix" =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue