From 6001d53e9b00d90fb746f6dce95256e7f157562b Mon Sep 17 00:00:00 2001 From: yaroslav Date: Sat, 7 Jun 2025 16:09:55 +0300 Subject: [PATCH] set up mountpoint for Trash --- hosts/Aphelion/hardware-Aphelion.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Aphelion/hardware-Aphelion.nix b/hosts/Aphelion/hardware-Aphelion.nix index 5a8788b..e273e14 100644 --- a/hosts/Aphelion/hardware-Aphelion.nix +++ b/hosts/Aphelion/hardware-Aphelion.nix @@ -57,6 +57,10 @@ # networking.interfaces.lxdbr0.useDHCP = lib.mkDefault true; # networking.interfaces.veth9787cb37.useDHCP = lib.mkDefault true; # networking.interfaces.virbr0.useDHCP = lib.mkDefault true; + systemd.tmpfiles.rules = [ + "d /vol/Trash - yaroslav users - -" + ]; + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;