ma default: remove double-defined tmp

This commit is contained in:
makefu 2020-11-18 23:54:52 +01:00
parent 3eb34ceacf
commit c875b7be46

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