Add host "apogee"
This commit is contained in:
parent
bb53530665
commit
d03bb62c23
6 changed files with 104 additions and 16 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue