ma default: remove double-defined tmp

This commit is contained in:
makefu 2020-11-18 23:54:52 +01:00
parent 5aa56f0b46
commit e41da87fc0
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -43,9 +43,6 @@ with import <stockholm/lib>;
boot.tmpOnTmpfs = true;
systemd.tmpfiles.rules = [
"d /tmp 1777 root root - -"
];
environment.systemPackages = with pkgs; [
jq