aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/system (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-06refactor boot configuration to a moduleFranck Cuny3-42/+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 Cuny2-9/+1
2022-04-05refactor network configurationFranck Cuny2-20/+1
2022-04-05refactor security to a moduleFranck Cuny2-6/+1
2022-04-05refactor users to a moduleFranck Cuny2-33/+1
2022-04-05refactor default packages to a moduleFranck Cuny2-58/+2
2022-04-05move locale configuration to a moduleFranck Cuny2-13/+0
2022-04-05console configuration is moved to a moduleFranck Cuny1-5/+0
2022-04-05network: move tailscale in modulesFranck Cuny1-6/+0
Move the networking configuration for the hosts to its own file.
2022-04-05ssh: refactor to a moduleFranck Cuny2-7/+0
Also install mosh and ensure the firewall opens the correct ports.
2022-04-05nix: refactor to a moduleFranck Cuny2-19/+0
2022-04-03users: ensure I'm in the docker groupFranck Cuny1-1/+1
2022-03-25common: ensure zsh is installedFranck Cuny1-0/+1
2022-03-25shell: switch from zsh to fishFranck Cuny2-3/+3
why not ?
2022-03-12default: install ethtool everywhereFranck Cuny1-0/+1
2022-03-12users: add another ssh keyFranck Cuny1-2/+8
2022-03-09system: install sqliteFranck Cuny1-3/+3
It's always useful to have it around.
2022-03-05tailscale: add tailscale to the laptop (aptos)Franck Cuny1-0/+6
2022-03-02users: remove rsa keyFranck Cuny1-1/+0
2022-02-27users: change my ssh key for the laptopFranck Cuny1-1/+2
2022-02-27hosts: ensure we have bash and zshFranck Cuny1-0/+3
2022-02-27hardware: enable btrfs scrubber and fstrimmerFranck Cuny1-0/+3
2022-02-21ssh: authenticate only using ssh keyFranck Cuny1-0/+1
2022-02-21system: install a few more packagesFranck Cuny1-1/+10
2022-02-21users: add ssh keys for aptos and carmelFranck Cuny1-2/+2
2022-02-18boot: fix the prefixFranck Cuny1-1/+1
2022-02-18system: add locale and securityFranck Cuny3-2/+19
2022-02-18boot: reorganize and add commentsFranck Cuny1-0/+8
Most of the options for booting are common to all hosts.
2022-02-13hosts: unlock disks remotely on bootFranck Cuny2-3/+24
Enable a SSH daemon in initrd, with our keys, so we can unlock remotely the disk on reboot.
2022-02-13motd: drop, there's no need for thatFranck Cuny2-13/+0
2022-02-13hosts: install linux perf tools for the hostFranck Cuny1-1/+8
2022-02-13hosts: decrypt root disk via ssh on bootFranck Cuny2-0/+6
2022-02-12hosts: rename commons to commonFranck Cuny8-0/+136