aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-06refactor boot configuration to a moduleFranck Cuny1-5/+0
We don't need the previous `hosts/common/system` configs anymore, as everything has been moved out. We keep some boot configuration for carmel in the host configuration for now, but I need to check why I don't have similar settings for tahoe (since I also need to unlock the host remotely).
2022-04-05refactor modules for btrfs, ssd, and fwupdFranck Cuny1-1/+1
2022-04-05refactor network configurationFranck Cuny1-1/+1
2022-04-05refactor security to a moduleFranck Cuny1-1/+1
2022-04-05refactor users to a moduleFranck Cuny1-2/+1
2022-04-05refactor default packages to a moduleFranck Cuny1-11/+2
2022-04-05move locale configuration to a moduleFranck Cuny1-1/+0
2022-04-05console configuration is moved to a moduleFranck Cuny1-5/+0
2022-04-05ssh: refactor to a moduleFranck Cuny1-1/+0
Also install mosh and ensure the firewall opens the correct ports.
2022-04-05nix: refactor to a moduleFranck Cuny1-1/+0
2022-03-25shell: switch from zsh to fishFranck Cuny1-2/+2
why not ?
2022-02-27hosts: ensure we have bash and zshFranck Cuny1-0/+3
2022-02-18system: add locale and securityFranck Cuny1-2/+2
2022-02-13motd: drop, there's no need for thatFranck Cuny1-1/+0
2022-02-13hosts: decrypt root disk via ssh on bootFranck Cuny1-0/+1
2022-02-12hosts: rename commons to commonFranck Cuny1-0/+0
2022-02-12move configurations and modules aroundFranck Cuny1-3/+2
Sorry, this is a mess, hopefully the last one.
2022-02-09systems: add a MoTDFranck Cuny1-0/+1
2022-02-09users: move users configuration to systemsFranck Cuny1-0/+1
2022-02-09systems: typoFranck Cuny1-0/+2
2022-02-09systems: ensure latest kernel and tmp on tmpfsFranck Cuny1-0/+3
2022-02-09hosts: remove / clean codeFranck Cuny1-0/+8
There's a lot of commented stuff I don't need, and move things that are configured in the host into modules, which will improve re-usability and readability of this configuration.
2022-02-08systems: install more packagesFranck Cuny1-1/+2
2022-02-08systems: default configuration for all systemsFranck Cuny1-0/+5