about summary refs log tree commit diff
path: root/profiles/server.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete even more unused configurationsFranck Cuny2023-12-091-19/+0
|
* update settings for nixos 23.05Franck Cuny2023-07-061-2/+4
| | | | | | | | Fix the following error: ``` trace: warning: The option `services.openssh.permitRootLogin' defined in `/nix/store/l0n3297c7znfapx32a6av1c26yj042j4-source/profiles/server.nix' has been renamed to `services.openssh.settings.PermitRootLogin'. trace: warning: The option `services.openssh.passwordAuthentication' defined in `/nix/store/l0n3297c7znfapx32a6av1c26yj042j4-source/profiles/server.nix' has been renamed to `services.openssh.settings.PasswordAuthentication'. ```
* profiles/default: larger font on the console for all hostsFranck Cuny2023-05-061-10/+0
| | | | Easier on my eyes.
* profiles/server: move boot loader configurationFranck Cuny2023-05-021-0/+3
|
* profiles: consolidates common networking bitsFranck Cuny2023-05-021-0/+9
| | | | This remove ssh on workstations. I also drop mosh since I don't use it.
* profiles: move things around for btrfsFranck Cuny2023-05-021-0/+2
|
* profiles/default: more consolidationFranck Cuny2023-05-021-0/+7
|
* profiles: create default and serverFranck Cuny2023-05-021-0/+6
The NAS and the router are "servers", and we create a base profile for them. We add a default profile that will set things that are common to all my hosts, and we start with the locales. Update tahoe/carmel to use the server profile.