Configured Syncthing & various other minor changes

This commit is contained in:
lulusilly 2025-10-18 18:35:53 -04:00
parent 7b080f7f11
commit ba811dbc3c
20 changed files with 464 additions and 10 deletions

View file

@ -9,11 +9,7 @@
users.users.lunita = {
isNormalUser = true;
description = "Lunita";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
neovim
firefox
];
extraGroups = [ "networkmanager" "wheel" "syncthing" ];
shell = pkgs.zsh;
};
home-manager = {
@ -65,8 +61,6 @@
services.flatpak.enable = true;
# Tailscale
services.tailscale.enable = true;
# Syncthing
services.syncthing.enable = true;
# GPG
programs.gnupg.agent = {
enable = true;