Add host "apogee"

This commit is contained in:
Nettika 2025-07-06 01:01:21 -07:00
parent bb53530665
commit d03bb62c23
6 changed files with 104 additions and 16 deletions

View file

@ -7,6 +7,12 @@
};
config = {
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
users.defaultUserShell = pkgs.fish;
users.users.nettika = {
@ -70,5 +76,7 @@
set -g fish_prompt_pwd_full_dirs 999
'';
};
documentation.man.generateCaches = false;
};
}