Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | desktop: ensure we're installing sway | Franck Cuny | 2022-02-13 | 1 | -1/+7 |
| | |||||
* | 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. | ||||
* | motd: drop, there's no need for that | Franck Cuny | 2022-02-13 | 2 | -13/+0 |
| | |||||
* | sway: first attempt at configuring sway | Franck Cuny | 2022-02-13 | 1 | -11/+3 |
| | | | | | Let's switch right away to sway instead, now that there's an emacs package to support wayland. | ||||
* | hosts: install linux perf tools for the host | Franck Cuny | 2022-02-13 | 1 | -1/+8 |
| | |||||
* | hosts: decrypt root disk via ssh on boot | Franck Cuny | 2022-02-13 | 3 | -0/+27 |
| | |||||
* | desktop: gnome related things | Franck Cuny | 2022-02-13 | 1 | -1/+10 |
| | |||||
* | hosts: enable avahi on desktop | Franck Cuny | 2022-02-13 | 1 | -0/+5 |
| | | | | This is going to be needed to print (for example). | ||||
* | hosts: load services at the host level | Franck Cuny | 2022-02-12 | 1 | -0/+15 |
| | | | | | | These services are not configured at the user level, but at the host level. We might need a better separation in the future, in case I don't use xserver for example. | ||||
* | hosts: rename commons to common | Franck Cuny | 2022-02-12 | 13 | -0/+0 |
| | |||||
* | 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`. | ||||
* | move configurations and modules around | Franck Cuny | 2022-02-12 | 13 | -10/+187 |
| | | | | Sorry, this is a mess, hopefully the last one. | ||||
* | hosts: more typo | Franck Cuny | 2022-02-12 | 1 | -1/+1 |
| | |||||
* | hosts: typo | Franck Cuny | 2022-02-12 | 1 | -1/+2 |
| | |||||
* | hosts: centralize network configuration | Franck Cuny | 2022-02-12 | 3 | -10/+37 |
| | |||||
* | 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 |
| | |||||
* | hosts: common configuration across all hosts | Franck Cuny | 2022-02-10 | 1 | -0/+12 |
| | |||||
* | 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). |