| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-04-08 | carmel: configure the desktop properly | Franck Cuny | 3 | -1/+22 | |
| 2022-04-08 | hosts: rename hardware-configuration to hardware | Franck Cuny | 2 | -1/+1 | |
| 2022-04-08 | hosts: add services to tahoe | Franck Cuny | 1 | -3/+0 | |
| 2022-04-06 | enable AMD module correctly | Franck Cuny | 1 | -1/+1 | |
| 2022-04-06 | refactor boot configuration to a module | Franck Cuny | 2 | -10/+15 | |
| 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-06 | refactor configuration for AMD | Franck Cuny | 1 | -28/+26 | |
| 2022-04-05 | refactor network configuration | Franck Cuny | 1 | -1/+19 | |
| 2022-04-05 | carmel: enable the sound | Franck Cuny | 1 | -0/+1 | |
| 2022-04-05 | network: move tailscale in modules | Franck Cuny | 2 | -16/+18 | |
| Move the networking configuration for the hosts to its own file. | |||||
| 2022-04-05 | sound: add a new module | Franck Cuny | 1 | -13/+11 | |
| This is the start of yet another refactoring of the configuration. Sound configuration is moving to a module, and we enable it as needed at the host level. It takes care of configuring pipewire and install the packages needed too. This module is applied to the laptop and the desktop. | |||||
| 2022-02-18 | boot: reorganize and add comments | Franck Cuny | 1 | -11/+8 | |
| Most of the options for booting are common to all hosts. | |||||
| 2022-02-16 | hosts: remove btrfs subvolume 'media' | Franck Cuny | 1 | -6/+0 | |
| The host would not boot successfully with that, I'm doing something wrong. | |||||
| 2022-02-14 | hosts: add a new subvolumes to carmel | Franck Cuny | 1 | -0/+6 | |
| Create a subvolume named 'media' that we will mount under /home/fcuny/media so we can snapshots /home/fcuny without the medias. | |||||
| 2022-02-13 | hosts: load igb kernel module for initrd | Franck Cuny | 1 | -0/+1 | |
| We need to load the driver for the NIC. | |||||
| 2022-02-13 | hosts: unlock disks remotely on boot | Franck Cuny | 1 | -16/+4 | |
| Enable a SSH daemon in initrd, with our keys, so we can unlock remotely the disk on reboot. | |||||
| 2022-02-13 | hosts: remove configuration for ssh keys in initrd | Franck Cuny | 1 | -1/+0 | |
| This is not working yet, we will figure this out later. | |||||
| 2022-02-13 | hosts: decrypt root disk via ssh on boot | Franck Cuny | 1 | -0/+21 | |
| 2022-02-12 | hosts: import common modules | Franck Cuny | 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`. | |||||
| 2022-02-12 | hosts: centralize network configuration | Franck Cuny | 1 | -10/+15 | |
| 2022-02-10 | hosts: set hostname from configuration | Franck Cuny | 1 | -6/+2 | |
| 2022-02-10 | fix a few errors | Franck Cuny | 1 | -0/+1 | |
| 2022-02-10 | nix: fix a bunch of stuff | Franck Cuny | 1 | -1/+0 | |
| 2022-02-09 | hosts: use systemd-resolved on carmel | Franck Cuny | 1 | -0/+6 | |
| 2022-02-09 | hosts: remove users | Franck Cuny | 1 | -1/+0 | |
| 2022-02-09 | hosts: remove / clean code | Franck Cuny | 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. | |||||
| 2022-02-09 | home-manager: simplify the configuration | Franck Cuny | 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"). | |||||
| 2022-02-08 | hosts: remove unneeded comments | Franck Cuny | 1 | -6/+0 | |
| 2022-02-08 | systems: move some packages out of host config | Franck Cuny | 1 | -5/+0 | |
| 2022-02-08 | carmel: use DHCP on the wireless interface | Franck Cuny | 1 | -1/+2 | |
| 2022-02-08 | xserver: initial configuration | Franck Cuny | 1 | -8/+0 | |
| Enable it for the desktop. | |||||
| 2022-02-08 | systems: default configuration for all systems | Franck Cuny | 1 | -3/+0 | |
| 2022-02-07 | carmel: initial host configuration | Franck Cuny | 2 | -0/+144 | |
| Initial configuration for the desktop (carmel). | |||||
