so much shit my b, adding db backups tho

This commit is contained in:
2025-10-17 19:42:39 -05:00
parent 1cc6abb89a
commit 6d3ae434a5
8 changed files with 82 additions and 24 deletions

View File

@@ -10,7 +10,7 @@
users = {
blake = {
isNormalUser = true;
extraGroups = ["wheel" "networkmanager" "docker" "media" "podman" "minecraft" "archives" ]; # Enable sudo for the user.
extraGroups = ["wheel" "networkmanager" "docker" "media" "podman" "minecraft" "archives" "immich" ]; # Enable sudo for the user.
uid = 1000;
shell = pkgs.zsh;
group = "blake";

View File

@@ -0,0 +1,10 @@
{
pkgs,
config,
lib,
inputs,
...
}:
{
}

View File

@@ -19,6 +19,7 @@ in
{
imports = [
inputs.sops-nix.homeManagerModules.sops
./dots/darwin
./dots/neovim
./dots/lf
./dots/zsh