diff options
Diffstat (limited to 'tv/1systems/wu')
| -rw-r--r-- | tv/1systems/wu/config.nix | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix index 5ec6a46..cdcaa98 100644 --- a/tv/1systems/wu/config.nix +++ b/tv/1systems/wu/config.nix @@ -45,11 +45,6 @@ with import <stockholm/lib>;      "/boot" = {        device = "/dev/sda1";      }; -    "/tmp" = { -      device = "tmpfs"; -      fsType = "tmpfs"; -      options = ["nosuid" "nodev" "noatime"]; -    };    };    krebs.nixpkgs.allowUnfreePredicate = pkg: hasPrefix "nvidia-x11-" pkg.name; @@ -64,11 +59,6 @@ with import <stockholm/lib>;    services.printing.enable = true; -  # see tmpfiles.d(5) -  systemd.tmpfiles.rules = [ -    "d /tmp 1777 root root - -" # does this work with mounted /tmp? -  ]; -    services.udev.extraRules = ''      SUBSYSTEM=="net", ATTR{address}=="00:90:f5:da:aa:c3", NAME="en0"      SUBSYSTEM=="net", ATTR{address}=="a0:88:b4:1b:ae:6c", NAME="wl0" | 
