diff options
| author | lassulus <lass@aidsballs.de> | 2016-02-27 17:28:46 +0100 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2016-02-27 17:28:46 +0100 |
| commit | c6aefdc05e92e1fad4e9668568ec6967fc6c5fa3 (patch) | |
| tree | e59340b58cf00b63168195a000d30481627f4e93 /tv/1systems/wu.nix | |
| parent | 8b612222cbfc279f9076f0e9c4d7c3ebd2110910 (diff) | |
| parent | 97447915baf00f502e46d9842d9ca75682adb33e (diff) | |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/1systems/wu.nix')
| -rw-r--r-- | tv/1systems/wu.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index 8c363d9..0bf2421 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -16,6 +16,7 @@ with config.krebs.lib; ../2configs/nginx-public_html.nix ../2configs/pulse.nix ../2configs/retiolum.nix + ../2configs/wu-binary-cache ../2configs/xserver { environment.systemPackages = with pkgs; [ @@ -126,12 +127,12 @@ with config.krebs.lib; "/" = { device = "/dev/mapper/vg840-wuroot"; fsType = "btrfs"; - options = "defaults,noatime,ssd,compress=lzo"; + options = ["defaults" "noatime" "ssd" "compress=lzo"]; }; "/home" = { device = "/dev/mapper/home"; fsType = "btrfs"; - options = "defaults,noatime,ssd,compress=lzo"; + options = ["defaults" "noatime" "ssd" "compress=lzo"]; }; "/boot" = { device = "/dev/sda1"; @@ -139,7 +140,7 @@ with config.krebs.lib; "/tmp" = { device = "tmpfs"; fsType = "tmpfs"; - options = "nosuid,nodev,noatime"; + options = ["nosuid" "nodev" "noatime"]; }; }; |
