mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
update fischer
This commit is contained in:
parent
d1baa526b9
commit
1562c6f0f8
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
networking.hostName = "fischer";
|
||||
|
||||
networking.wireless.enable = false;
|
||||
networking.wireless.enable = true;
|
||||
|
||||
environment.sessionVariables = { LIBSEAT_BACKEND = "logind"; };
|
||||
|
||||
|
@ -132,6 +132,8 @@
|
|||
|
||||
systemd.services.syncthing.serviceConfig.StateDirectory = "syncthing";
|
||||
|
||||
services.postgresql.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tailscale
|
||||
brightnessctl
|
||||
|
|
Loading…
Add table
Reference in a new issue