vanadium: flatten nixos configuration

This commit is contained in:
Primrose 2025-04-07 15:59:12 +02:00
parent a76e6db283
commit e67635a84e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 27 additions and 28 deletions

View file

@ -21,6 +21,15 @@
steam.enable = true;
};
# for fish
environment.pathsToLink = [
"/share/fish/vendor_conf.d"
"/share/fish/vendor_completions.d"
"/share/fish/vendor_functions.d"
];
nix.gc.automatic = true;
services = {
postgresql = {
enable = true;