| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-02-27 | NAS: initial configuration | Franck Cuny | 2 | -0/+34 | |
| For now we only want samba on it. | |||||
| 2022-02-27 | hardware: enable btrfs scrubber and fstrimmer | Franck Cuny | 1 | -0/+3 | |
| 2022-02-27 | software: drop nautilus, add a few more things | Franck Cuny | 1 | -4/+0 | |
| Replace nautilus with pcmanfm, which is more than enough for my needs (I still can't open correctly images / PDF with nautilus, I don't care why). Add a few more packages (seahorse, easyeffects) to improve usability of the desktop. | |||||
| 2022-02-27 | pam: drop GDM configuration | Franck Cuny | 1 | -2/+0 | |
| I don't use GDM anymore. | |||||
| 2022-02-27 | hardware: start capturing hardware related stuff | Franck Cuny | 2 | -0/+10 | |
| Create a new module for hardware related things, in order to configure correctly the various machines. | |||||
| 2022-02-24 | gnome: add more gnome settings | Franck Cuny | 1 | -1/+14 | |
| Without these settings a few things are not working correctly (nautilus can't browse ssh servers for example). This module needs to be renamed too. | |||||
| 2022-02-24 | xserver: drop it completely | Franck Cuny | 1 | -14/+0 | |
| Let's remove this, I was only using it to get GDM running, but that's causing a bunch of issues so far: - not all environment variables are loaded correctly - some units are not loaded in time When trying to use xorg and i3, I have way too many tears and I can't figure out a proper configuration. To make it easier, I'm going to keep sway and start `sway` from `tty1` directly. | |||||
| 2022-02-21 | ssh: authenticate only using ssh key | Franck Cuny | 1 | -0/+1 | |
| 2022-02-21 | system: install a few more packages | Franck Cuny | 1 | -1/+10 | |
| 2022-02-21 | users: add ssh keys for aptos and carmel | Franck Cuny | 1 | -2/+2 | |
| 2022-02-21 | fonts: add font-awesome for i3status | Franck Cuny | 1 | -0/+1 | |
| 2022-02-18 | xserver: add at-spi2-core package | Franck Cuny | 1 | -1/+5 | |
| See https://github.com/NixOS/nixpkgs/issues/16327 for details (this removes warnings in some services) | |||||
| 2022-02-18 | boot: fix the prefix | Franck Cuny | 1 | -1/+1 | |
| 2022-02-18 | xserver: natural scrolling is part of touchpad. | Franck Cuny | 1 | -1/+1 | |
| 2022-02-18 | fonts: rename some options | Franck Cuny | 1 | -2/+1 | |
| `fontconfig.ultimate` does not exists anymore, and `enableFontDir` has been renamed to `fontDir.enable`. | |||||
| 2022-02-18 | system: add locale and security | Franck Cuny | 3 | -2/+19 | |
| 2022-02-18 | desktop: enable natural scrolling | Franck Cuny | 1 | -2/+4 | |
| 2022-02-18 | boot: reorganize and add comments | Franck Cuny | 1 | -0/+8 | |
| Most of the options for booting are common to all hosts. | |||||
| 2022-02-18 | fonts: add more fonts for the system | Franck Cuny | 1 | -1/+8 | |
| 2022-02-17 | sway: configure correctly dbus / keyring | Franck Cuny | 1 | -8/+16 | |
| 2022-02-16 | sway: install all the required packages | Franck Cuny | 1 | -1/+15 | |
| 2022-02-16 | home-manager: move activate logic in users' config | Franck Cuny | 1 | -4/+1 | |
| 2022-02-14 | hosts: enable rtkit with audio module | Franck Cuny | 1 | -0/+2 | |
| 2022-02-13 | hosts: unlock disks remotely on boot | Franck Cuny | 2 | -3/+24 | |
| Enable a SSH daemon in initrd, with our keys, so we can unlock remotely the disk on reboot. | |||||
| 2022-02-13 | desktop: ensure we're installing sway | Franck Cuny | 1 | -1/+7 | |
| 2022-02-13 | motd: drop, there's no need for that | Franck Cuny | 2 | -13/+0 | |
| 2022-02-13 | sway: first attempt at configuring sway | Franck Cuny | 1 | -11/+3 | |
| Let's switch right away to sway instead, now that there's an emacs package to support wayland. | |||||
| 2022-02-13 | hosts: install linux perf tools for the host | Franck Cuny | 1 | -1/+8 | |
| 2022-02-13 | hosts: decrypt root disk via ssh on boot | Franck Cuny | 2 | -0/+6 | |
| 2022-02-13 | desktop: gnome related things | Franck Cuny | 1 | -1/+10 | |
| 2022-02-13 | hosts: enable avahi on desktop | Franck Cuny | 1 | -0/+5 | |
| This is going to be needed to print (for example). | |||||
| 2022-02-12 | hosts: load services at the host level | Franck Cuny | 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. | |||||
| 2022-02-12 | hosts: rename commons to common | Franck Cuny | 13 | -0/+212 | |
