hosts/hyacinth: remove wireguard and enable hyprland
This commit is contained in:
parent
1cf9f6e564
commit
8c54c332c3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,6 @@
|
||||||
security
|
security
|
||||||
snapper
|
snapper
|
||||||
virtualisation
|
virtualisation
|
||||||
wireguard
|
|
||||||
|
|
||||||
modules.services.postgres
|
modules.services.postgres
|
||||||
|
|
||||||
|
|
@ -40,6 +39,7 @@
|
||||||
../../users/rin
|
../../users/rin
|
||||||
];
|
];
|
||||||
services.postgresql.ensureDatabases = [ "barista" "barista-dev" ];
|
services.postgresql.ensureDatabases = [ "barista" "barista-dev" ];
|
||||||
|
programs.hyprland.enable = true;
|
||||||
|
|
||||||
# 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