feat: add tailscale support and update timeZone

This commit is contained in:
Zhongheng Liu 2024-08-31 11:50:24 +03:00
commit 7db7922cd3
No known key found for this signature in database
5 changed files with 275 additions and 3 deletions

View file

@ -46,7 +46,15 @@
};
};
};
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
config = {
common.default = ["gtk"];
};
};
systemd.user.services.mpris-proxy = {
description = "Mpris proxy";
after = ["network.target" "sound.target"];
@ -74,13 +82,14 @@
];
# turned off because timedatectl doesn't like it
time.hardwareClockInLocalTime = false;
time.timeZone = "Europe/Athens";
services = {
#displayManager.sddm = {
# enable = true;
# wayland.enable = true;
# theme = "${import ./sddm-theme.nix {inherit pkgs;}}";
#};
automatic-timezoned.enable = true;
#automatic-timezoned.enable = true;
openssh = {
enable = true;
settings = {