diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-27 09:23:50 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-03-27 09:23:50 +0100 |
| commit | 23dc7330b8ef7476eec432a3274f40b757254a37 (patch) | |
| tree | 0b761b65fdf035943b319893025773658af05a8c /hosts | |
| parent | 22fe4d7ba0d25e9e413a7ea1f435bbbc4fa35af9 (diff) | |
add nextcloud-client
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/workstation/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 28f92a6..2a26646 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -107,7 +107,12 @@ }; }; - systemd.tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ]; + systemd ={ + tmpfiles.rules = [ "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" ]; + services = { + waydroid-container.enable = true; + }; + }; services.printing.drivers = [ pkgs.epson-escpr2 pkgs.epson-escpr ]; environment.systemPackages = with pkgs; [ clinfo ]; |