Configured Syncthing & various other minor changes
This commit is contained in:
parent
7b080f7f11
commit
ba811dbc3c
20 changed files with 464 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue