hosts/hyacinth: set tmpdir
This commit is contained in:
parent
8c54c332c3
commit
11847ae180
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
||||||
];
|
];
|
||||||
services.postgresql.ensureDatabases = [ "barista" "barista-dev" ];
|
services.postgresql.ensureDatabases = [ "barista" "barista-dev" ];
|
||||||
programs.hyprland.enable = true;
|
programs.hyprland.enable = true;
|
||||||
|
systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp";
|
||||||
|
|
||||||
# For steam fhs-env
|
# For steam fhs-env
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue