diff options
author | nin <nineinchnade@gmail.com> | 2018-01-03 15:23:27 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2018-01-03 15:23:27 +0100 |
commit | dd6193f692206ddace0f20560338684dc24af4a3 (patch) | |
tree | 7074224bbb83a67e2ae55fa483abfdc8a6de19c9 /nin | |
parent | cd81909e0e1436969e4bea5f1b3471d3d991040c (diff) |
nin 1 axon config: remove steam partition
Diffstat (limited to 'nin')
-rw-r--r-- | nin/1systems/axon/config.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nin/1systems/axon/config.nix b/nin/1systems/axon/config.nix index 88060fc39..c5f38c1f3 100644 --- a/nin/1systems/axon/config.nix +++ b/nin/1systems/axon/config.nix @@ -56,10 +56,6 @@ with lib; # Enable CUPS to print documents. # services.printing.enable = true; - fileSystems."/home/nin/.local/share/Steam" = { - device = "/dev/fam/steam"; - }; - # nin config time.timeZone = "Europe/Berlin"; services.xserver.enable = true; |