Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hosts: load igb kernel module for initrd | Franck Cuny | 2022-02-13 | 1 | -0/+1 |
| | | | | We need to load the driver for the NIC. | ||||
* | hosts: unlock disks remotely on boot | Franck Cuny | 2022-02-13 | 1 | -16/+4 |
| | | | | | Enable a SSH daemon in initrd, with our keys, so we can unlock remotely the disk on reboot. | ||||
* | hosts: remove configuration for ssh keys in initrd | Franck Cuny | 2022-02-13 | 1 | -1/+0 |
| | | | | This is not working yet, we will figure this out later. | ||||
* | hosts: decrypt root disk via ssh on boot | Franck Cuny | 2022-02-13 | 1 | -0/+21 |
| | |||||
* | hosts: import common modules | Franck Cuny | 2022-02-12 | 1 | -2/+1 |
| | | | | | | Update the `mkSystem` function to include the proper common module, and fix the path to import the common configuration for a desktop into `carmel`. | ||||
* | hosts: centralize network configuration | Franck Cuny | 2022-02-12 | 1 | -10/+15 |
| | |||||
* | hosts: set hostname from configuration | Franck Cuny | 2022-02-10 | 1 | -6/+2 |
| | |||||
* | fix a few errors | Franck Cuny | 2022-02-10 | 1 | -0/+1 |
| | |||||
* | nix: fix a bunch of stuff | Franck Cuny | 2022-02-10 | 1 | -1/+0 |
| | |||||
* | hosts: use systemd-resolved on carmel | Franck Cuny | 2022-02-09 | 1 | -0/+6 |
| | |||||
* | hosts: remove users | Franck Cuny | 2022-02-09 | 1 | -1/+0 |
| | |||||
* | hosts: remove / clean code | Franck Cuny | 2022-02-09 | 1 | -44/+5 |
| | | | | | | 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. | ||||
* | home-manager: simplify the configuration | Franck Cuny | 2022-02-09 | 1 | -0/+3 |
| | | | | | | | | | | | | | I'm still struggling with documentation, and I'd rather have something simple that works rather than smart and does not work. The configuration for the host imports the modules that are relevant to that host (in the case of carmel, desktop and systems). For the home-manager, I create a profile "desktop" that contains stuff related to a desktop (i3, etc), and it includes the module "common" that contains stuff that I want on any machines (so that in the future, for a machine that is a server, the home manager will only import "common"). | ||||
* | hosts: remove unneeded comments | Franck Cuny | 2022-02-08 | 1 | -6/+0 |
| | |||||
* | systems: move some packages out of host config | Franck Cuny | 2022-02-08 | 1 | -5/+0 |
| | |||||
* | carmel: use DHCP on the wireless interface | Franck Cuny | 2022-02-08 | 1 | -1/+2 |
| | |||||
* | xserver: initial configuration | Franck Cuny | 2022-02-08 | 1 | -8/+0 |
| | | | | Enable it for the desktop. | ||||
* | systems: default configuration for all systems | Franck Cuny | 2022-02-08 | 1 | -3/+0 |
| | |||||
* | carmel: initial host configuration | Franck Cuny | 2022-02-07 | 2 | -0/+144 |
Initial configuration for the desktop (carmel). |