about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* remove `mkHome` from libFranck Cuny2022-04-093-61/+1
| | | | | home-manager configuration is used as a module, we don't have two different ways to configure the host anymore.
* small fixesFranck Cuny2022-04-095-5/+5
|
* add a few more modules to home/ and delete stuffFranck Cuny2022-04-0929-662/+93
|
* delete all CLI modulesFranck Cuny2022-04-088-197/+0
| | | | Everything is under home/ now
* delete all devel modulesFranck Cuny2022-04-084-28/+1
| | | | They are all under home/ now
* remove old 'trusted' modulesFranck Cuny2022-04-087-151/+1
| | | | All of them are now under home/
* carmel: configure the desktop properlyFranck Cuny2022-04-083-1/+22
|
* hosts: rename hardware-configuration to hardwareFranck Cuny2022-04-086-3/+3
|
* hosts: add services to tahoeFranck Cuny2022-04-083-11/+10
|
* delete unneeded modulesFranck Cuny2022-04-083-96/+0
|
* services: add avahiFranck Cuny2022-04-082-0/+15
|
* users: add myself to "cdrom" groupFranck Cuny2022-04-081-0/+1
| | | | Otherwise I can't run `abcde`.
* delete unused moduleFranck Cuny2022-04-081-25/+0
|
* home: move waybar's style to a CSS fileFranck Cuny2022-04-082-87/+84
|
* home: move css/config for wofi to external filesFranck Cuny2022-04-083-52/+49
|
* alacritty: use light colorsFranck Cuny2022-04-082-2/+34
|
* aptos: consume the new profilesFranck Cuny2022-04-084-3/+25
| | | | aptos is now using the new home-manager setup.
* profiles: create a few new profilesFranck Cuny2022-04-085-1/+67
|
* modules: add a few moreFranck Cuny2022-04-088-3/+100
|
* home: add more configurations for home-managerFranck Cuny2022-04-0822-0/+829
|
* home: fix for yt-dlp configurationFranck Cuny2022-04-071-1/+1
|
* home: misc fixesFranck Cuny2022-04-0710-23/+24
|
* initial attempt to reconfigure home-managerFranck Cuny2022-04-0717-1/+345
| | | | | | | | | | All the modules that are needed for home-manager should be under `home/`, and each host will have a `host.nix` where the modules are enabled as needed. Later on we can create some profiles to make it easier to consume the configuration. I apply this only to tahoe for now, as the amount of packages needed for my user are pretty limited.
* gitea: fix the moduleFranck Cuny2022-04-061-3/+3
| | | | | Quick fix for now, we will add these values as options to the module once we confirm everything is still working.
* modules: import packagesFranck Cuny2022-04-061-1/+2
|
* refactor transmission and metrics-exporterFranck Cuny2022-04-068-51/+56
|
* refactor traefikFranck Cuny2022-04-064-97/+105
|
* refactor rclone to a moduleFranck Cuny2022-04-064-33/+39
|
* refactor gitea as a moduleFranck Cuny2022-04-064-42/+58
|
* prometheus: proper name for the optionFranck Cuny2022-04-061-1/+1
|
* refactor grafana as a moduleFranck Cuny2022-04-068-42/+48
|
* refactor prometheus as a moduleFranck Cuny2022-04-064-180/+190
|
* refactor unifi to a moduleFranck Cuny2022-04-063-4/+18
|
* import navidrome with other servicesFranck Cuny2022-04-061-1/+2
|
* refactor navidrome to a moduleFranck Cuny2022-04-063-28/+46
|
* enable AMD module correctlyFranck Cuny2022-04-062-2/+2
|
* refactor samba to a proper moduleFranck Cuny2022-04-064-35/+61
| | | | The list of public share is configurable too.
* refactor boot configuration to a moduleFranck Cuny2022-04-0611-64/+68
| | | | | | | | | 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).
* refactor configuration for AMDFranck Cuny2022-04-064-67/+79
|
* refactor intel related configurationFranck Cuny2022-04-056-38/+40
|
* refactor modules for btrfs, ssd, and fwupdFranck Cuny2022-04-058-12/+19
|
* refactor network configurationFranck Cuny2022-04-058-29/+70
|
* refactor security to a moduleFranck Cuny2022-04-053-3/+3
|
* refactor users to a moduleFranck Cuny2022-04-053-6/+11
|
* refactor default packages to a moduleFranck Cuny2022-04-052-15/+8
|
* move locale configuration to a moduleFranck Cuny2022-04-053-9/+3
|
* console configuration is moved to a moduleFranck Cuny2022-04-053-6/+7
|
* create a profile for laptopFranck Cuny2022-04-057-2/+53
|
* carmel: enable the soundFranck Cuny2022-04-051-0/+1
|
* network: move tailscale in modulesFranck Cuny2022-04-059-63/+78
| | | | Move the networking configuration for the hosts to its own file.
* ssh: refactor to a moduleFranck Cuny2022-04-055-8/+19
| | | | Also install mosh and ensure the firewall opens the correct ports.
* nix: refactor to a moduleFranck Cuny2022-04-054-6/+4
|
* sound: add a new moduleFranck Cuny2022-04-0511-44/+59
| | | | | | | | | | 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.
* waybar: fix colors for the workspacesFranck Cuny2022-04-051-9/+9
|
* dashboard: remove ping metricsFranck Cuny2022-04-041-96/+3
| | | | We're using the ones from the prober
* prometheus: fix configurationFranck Cuny2022-04-041-3/+1
|
* prometheus: we need to specify the IP protocolFranck Cuny2022-04-041-1/+5
| | | | | | | | If we don't, by default we try over ipv6, and this is not going to work well for us (yet): ``` ts=2022-04-05T01:39:13.830414184Z caller=main.go:130 module=https_2xx target=https://notes.fcuny.net level=error msg="Error for HTTP request" err="Get \"https://[2a09:8280:1::a:2aed]\": dial tcp [2a09:8280:1::a:2aed]:443: connect: network is unreachable" ```
* prometheus: I'll get this right this timeFranck Cuny2022-04-041-5/+3
|
* prometheus: set the scheme for the URLsFranck Cuny2022-04-041-5/+5
|
* prometheus: add scraper for HTTPFranck Cuny2022-04-041-0/+28
|
* prometheus: configure correctly the blackboxFranck Cuny2022-04-041-10/+23
|
* prometheus: attempt to configure blackbox exporterFranck Cuny2022-04-041-0/+34
|
* dashboard: more update for traefikFranck Cuny2022-04-041-452/+1478
|
* dashboards: more updates for traefikFranck Cuny2022-04-041-1/+2
|
* grafana: try to configure the data sourceFranck Cuny2022-04-041-9/+28
|
* grafana: add dashboard for traefikFranck Cuny2022-04-041-0/+783
|
* grafana: show last 6 hours for node exporterFranck Cuny2022-04-031-2/+2
|
* users: ensure I'm in the docker groupFranck Cuny2022-04-031-1/+1
|
* ncmpcpp: delete configurationFranck Cuny2022-04-031-19/+0
| | | | I don't use this program anymore.
* home-manager: add `isTrusted`Franck Cuny2022-04-0310-4/+7
| | | | | | | | | | Install and configure some programs only on trusted machines. On trusted machines, my mails, GPG and a few other things are configured. A machine where this is not needed on a regular basis to get things done don't need that much information. Also rename `desktop/trust` to `trusted`, in case we want these packages on a host that is not a desktop, and `trusted` is a better description.
* Revert "create a new role for navidrome"Franck Cuny2022-04-033-35/+26
| | | | This reverts commit 814a495e9c74e3211c6b6640397111115832207b.
* create a new role for navidromeFranck Cuny2022-04-033-26/+35
| | | | Apply the role to tahoe.
* firefox: set duckduckgo as default search engineFranck Cuny2022-04-031-9/+20
| | | | This is not really working, need to figure this out.
* set the music directory based on host's nameFranck Cuny2022-04-031-4/+8
|
* rename `desktop` to `isDesktop`Franck Cuny2022-04-035-10/+11
| | | | | | | | The variable is used to define the kind of machine we're managing. `isDesktop` is a bit more descriptive. We import `devel` for all machines, and we fine tune which packages we want to install based on the value of `isDesktop`.
* remove mytoolsFranck Cuny2022-04-032-47/+1
| | | | I don't need this for now, as I've replace music-organizer with beets.
* email: use afew to filter emailsFranck Cuny2022-04-031-25/+17
| | | | This is still not working as I want, will need more iteration.
* simplify multimedia for the desktopFranck Cuny2022-04-038-119/+16
| | | | | | | | | | | I don't need to have systemd units to synchronize medias from a desktop to the NAS: I'll download all the medias on the NAS directly. I don't need to have a module for each type of media, there's not enough configuration to justify that complexity. I also don't need anymore mpd and co. as I'm using navidrome to host the music on the NAS and sublime-music to listen to it on the desktop.
* nas: add videos to the backupsFranck Cuny2022-04-021-7/+2
| | | | | We also don't need the music-organizer anymore since we're switching to beets.
* consolidate configuration for music curationFranck Cuny2022-04-013-18/+14
|
* swaybar: simplify colorsFranck Cuny2022-03-311-18/+17
|
* beets: how to manage soundtracksFranck Cuny2022-03-311-2/+1
|
* beets: more configurationFranck Cuny2022-03-311-2/+17
|
* beets: fix configuration + discogsFranck Cuny2022-03-301-4/+5
|
* beets: a few configuration changesFranck Cuny2022-03-301-2/+6
|
* beets: tool to curate my music collectionFranck Cuny2022-03-302-2/+27
|
* nas: backup navidrome data and add music subdomainFranck Cuny2022-03-282-0/+14
|
* nas: bind navidrome to all interfacesFranck Cuny2022-03-281-1/+4
|
* nas: initial setup for navidromeFranck Cuny2022-03-282-0/+9
|
* nas: install music-organizer from the main branchFranck Cuny2022-03-273-10/+27
|
* nas: install correctly music-organizerFranck Cuny2022-03-271-1/+1
|
* nas: install music-organizerFranck Cuny2022-03-273-8/+44
|
* prometheus: stop scraping the NASFranck Cuny2022-03-261-4/+2
| | | | we're shutting it down!
* common: ensure zsh is installedFranck Cuny2022-03-251-0/+1
|
* gitea: remove invalid configurationFranck Cuny2022-03-251-1/+0
|
* alacritty: use the default colorsFranck Cuny2022-03-252-53/+0
|
* shell: switch from zsh to fishFranck Cuny2022-03-255-53/+14
| | | | why not ?
* docs: add more documentation!Franck Cuny2022-03-253-0/+207
|
* rclone: correct path for the backupsFranck Cuny2022-03-151-2/+2
|
* sway: switch back to waybarFranck Cuny2022-03-142-72/+132
| | | | | Get rid of icons, use plain text with different colors depending on the state.
* theme: dont' set alacritty bg and fgFranck Cuny2022-03-141-3/+0
|
* rclone: fix the pathFranck Cuny2022-03-141-1/+1
|
* prometheus: scrape gitea metricsFranck Cuny2022-03-131-0/+6
|
* gitea: enable metrics endpointFranck Cuny2022-03-131-0/+1
|
* server: typoFranck Cuny2022-03-131-4/+2
|
* rclone: rewrite the service unitFranck Cuny2022-03-131-5/+6
|
* default: install ethtool everywhereFranck Cuny2022-03-121-0/+1
|
* prometheus: collect more stuffFranck Cuny2022-03-121-1/+1
|
* hosts: add profilesFranck Cuny2022-03-124-17/+18
| | | | Profiles contain a collection of modules.
* desktop: element and themeFranck Cuny2022-03-121-0/+4
|
* terminal: nixfmtFranck Cuny2022-03-121-10/+4
|
* wofi: color + nixfmtFranck Cuny2022-03-121-4/+2
|
* notification: fix timeout and documentFranck Cuny2022-03-121-8/+8
|
* devel: add more packagesFranck Cuny2022-03-121-1/+1
|
* users: add another ssh keyFranck Cuny2022-03-121-2/+8
|
* containers: enable dockerd and containerd on aptosFranck Cuny2022-03-121-0/+11
|
* rclone: add users backupFranck Cuny2022-03-111-11/+12
|
* nas: enable rclone configurationFranck Cuny2022-03-111-0/+1
|
* prometheus: scrap more endpointsFranck Cuny2022-03-111-0/+30
|
* rclone: synchronize restic repo to GCSFranck Cuny2022-03-114-0/+32
| | | | | | Add a couple of secrets to store the configuration and the service account, and add a timer to synchronize the restic repository to a GCS bucket once a day.
* wm: ensure element is assigned to space #4Franck Cuny2022-03-101-0/+1
|
* sway: formatting, colors, wlogoutFranck Cuny2022-03-091-44/+75
|
* traefik: typoFranck Cuny2022-03-091-1/+1
|
* traefik: make the rules as specific as possibleFranck Cuny2022-03-091-2/+4
| | | | Otherwise, `git` will conflict, since it exists on both domains.
* traefik: typoFranck Cuny2022-03-091-5/+5
|
* gitea: typoFranck Cuny2022-03-091-1/+1
|
* traefik: handle fcuny.net and fcuny.xyzFranck Cuny2022-03-091-7/+15
| | | | | | | | | | | | | fcuny.net is for public facing domains, while fcuny.xyz are for domains on the tailscale network. I need to support configuration in traefik for both. The main difference, for traefik, is the domain name and which let's encrypt challenge to use (DNS for TS, HTTP for public). Refactor the function `mkServiceConfig` to accept the domain and LE challenge as argument, and add new entries for git.fcuny.net and git.fcuny.xyz.
* gitea: do a backup with resticFranck Cuny2022-03-091-0/+12
|
* gitea: we need to specify the user for the DBFranck Cuny2022-03-091-1/+4
|
* go: ensure GOBIN is in PATHFranck Cuny2022-03-091-1/+3
|
* system: install sqliteFranck Cuny2022-03-091-3/+3
| | | | It's always useful to have it around.
* gitea: initial configurationFranck Cuny2022-03-082-0/+28
|
* nas: backup photos and musicFranck Cuny2022-03-082-0/+118
| | | | | | | Instead of rsync-ing these folders to a GCS bucket, I should instead do a backup. If I screw up something, the content will be sync-ed, and I won't be able to restore it. It's better (maybe more expensive, but that's OK) to keep snapshots and be able to restore.
* backups: spread them so they don't clashFranck Cuny2022-03-073-0/+3
| | | | | If they start running at the same time, they won't be able to succeed since there's a global lock on the repository.
* grafana: backup the data directoryFranck Cuny2022-03-071-0/+14
|
* prometheus: backup the data directoryFranck Cuny2022-03-071-0/+14
|
* unifi: backup the data to the local reoFranck Cuny2022-03-071-0/+14
|
* restic: add the secret for the repo 'systems'Franck Cuny2022-03-072-0/+14
|
* prometheus: scrap unifi poller on the correct IPFranck Cuny2022-03-061-1/+1
|
* prometheus: scrape from unifi-pollerFranck Cuny2022-03-061-31/+40
|
* unifi: set the correct name for the poller's unitFranck Cuny2022-03-061-2/+2
|
* traefik: proper configuration for unifiFranck Cuny2022-03-061-0/+14
|
* unifi: configure the pollerFranck Cuny2022-03-063-5/+33
|
* unifi: add unifi on the NASFranck Cuny2022-03-062-0/+54
|
* transmission: disable the rpc allowlistFranck Cuny2022-03-061-2/+1
| | | | This is not working as I think, will follow up later.
* traefik: add transmission (bt.fcuny.xyz)Franck Cuny2022-03-061-2/+4
|
* nas: install transmissionFranck Cuny2022-03-062-0/+36
| | | | | Create a user and group 'nas' so we can run tranmission in it. This will also help us to enable some specific permissions on some directories.
* grafana: rename the instance for the routerFranck Cuny2022-03-061-16/+16
|
* grafana: add a few more dashboardsFranck Cuny2022-03-063-0/+10539
|
* tahoe: enable tailscaleFranck Cuny2022-03-061-0/+1
|
* traefik: getting a working configurationFranck Cuny2022-03-061-22/+21
|
* traefik: second attempt, simpleFranck Cuny2022-03-062-52/+35
|
* traefik: initial configurationFranck Cuny2022-03-064-0/+90
| | | | | | | | | I want to run traefik on the NAS, so I can reach grafana and other future services running on that host. To manage TLS, we use let's encrypt with a DNS challenge. For this to work we need a service account configuration, that is encrypted with age.
* backups: unit to run maintenance on my backupsFranck Cuny2022-03-052-0/+26
| | | | | This will be run via a timer once a day, to perform maintenance on my backups on the nas.
* prometheus: scrape nodeexporter for the rtrFranck Cuny2022-03-051-15/+24
|
* backups: do the backup over sshFranck Cuny2022-03-051-7/+7
| | | | | We're using ssh instead of the rest server, we're also pushing them to a different repo, where I don't need to be root.
* samba: fix path for music, add videosFranck Cuny2022-03-051-1/+7
|
* tahoe: remove creation of some directoriesFranck Cuny2022-03-051-29/+9
|
* tahoe: new hardware configuratioFranck Cuny2022-03-051-21/+13
|
* aptos: remove mem_sleep_defaultFranck Cuny2022-03-051-1/+0
| | | | The laptop was rebooting when I'd open the lid.
* tailscale: add tailscale to the laptop (aptos)Franck Cuny2022-03-052-0/+7
|
* git: sign with GPG only when one desktopFranck Cuny2022-03-053-10/+30
| | | | | Move the configuration for git that requires the signing to pass, and use the `pass-git-helper` to manage the secrets.
* git: nixfmtFranck Cuny2022-03-051-3/+1
|
* agenix: rekey secretsFranck Cuny2022-03-053-7/+13
| | | | Reinstalled tahoe, new ssh key for the host.
* aptos: nixfmtFranck Cuny2022-03-041-17/+10
|
* scan-print: tools for scanning and printingFranck Cuny2022-03-042-0/+6
|
* home: switch to emacsclient for EDITORFranck Cuny2022-03-041-1/+2
|
* devel: install nixfmtFranck Cuny2022-03-041-1/+1
| | | | Useful to format modules consistently.
* nix: format the moduleFranck Cuny2022-03-041-10/+3
|
* ssh: new module, and load it for my userFranck Cuny2022-03-042-1/+19
|
* nix: format the bufferFranck Cuny2022-03-041-14/+3
|
* zsh: move the configuration inlineFranck Cuny2022-03-022-31/+30
| | | | I don't have a lot of things I care about for zsh, I can inline everything.
* tahoe: enable wireguardFranck Cuny2022-03-021-0/+1
|
* grafana: disable analytics correctlyFranck Cuny2022-03-021-1/+2
|
* wireguard: set the externalIPFranck Cuny2022-03-021-0/+3
|
* wireguard: drop configuration for aptosFranck Cuny2022-03-021-7/+0
| | | | This is done in the module itself.
* wireguard: revert to previous portFranck Cuny2022-03-021-1/+1
|
* prometheus: relabel some machinesFranck Cuny2022-03-021-12/+20
| | | | | Don't use the IP from wireguard as the name of the host, let's map to the actual hostname.
* wireguard: use agenix from the moduleFranck Cuny2022-03-021-2/+8
| | | | | This is the correct way to set up the private key, let's see if this works consistently across hosts and reboots.
* users: remove rsa keyFranck Cuny2022-03-021-1/+0
|
* grafana: disable analyticsFranck Cuny2022-03-021-0/+1
|
* secrets: add a new key and rekey existing keysFranck Cuny2022-03-013-20/+22
|
* grafana: provision dashboardsFranck Cuny2022-02-282-0/+14120
| | | | Start with node-exporter-full dashboard.
* grafana: setup provisioning correctlyFranck Cuny2022-02-281-6/+9
|
* grafana: fixFranck Cuny2022-02-281-1/+1
|
* grafana: configure admin user and data sourcesFranck Cuny2022-02-281-1/+9
|
* grafana: initial configurationFranck Cuny2022-02-282-0/+10
|
* prometheus: initial configuration for the serverFranck Cuny2022-02-282-0/+30
| | | | | | | Run prometheus via systemd, and configure to pull node-exporter's metrics from two hosts. The retention is set for 3 years.
* users: change my ssh key for the laptopFranck Cuny2022-02-271-1/+2
|
* hosts: ensure we have bash and zshFranck Cuny2022-02-271-0/+3
|
* nas: consume everything from the server profileFranck Cuny2022-02-271-0/+1
|
* server: create a new profileFranck Cuny2022-02-272-0/+19
| | | | | This is a profile for servers related stuff. We start with monitoring for now.
* firefox: a few more settingsFranck Cuny2022-02-271-4/+11
|
* tahoe: create some directoriesFranck Cuny2022-02-271-0/+15
| | | | Ensure at least /data/media/music is created with the proper ownership.
* samba: fix configurationFranck Cuny2022-02-271-3/+3
| | | | | Some settings were missing, others incorrect, and the name of the share was also incorrect.
* tahoe: include NAS profileFranck Cuny2022-02-271-0/+1
|
* NAS: initial configurationFranck Cuny2022-02-272-0/+34
| | | | For now we only want samba on it.
* hardware: enable btrfs scrubber and fstrimmerFranck Cuny2022-02-271-0/+3
|
* i3status: clean up formattingFranck Cuny2022-02-271-2/+2
|
* firefox: add plugins and configurationsFranck Cuny2022-02-271-0/+29
|
* flake: add new overlay: NURFranck Cuny2022-02-273-1/+22
| | | | NUR is the nux user repository, which provides additional packages.
* docs: add partition setup for the NASFranck Cuny2022-02-271-2/+43
|
* xdg: let's drop the mime configurationFranck Cuny2022-02-271-13/+0
| | | | Let's rely on the default for now.
* software: drop nautilus, add a few more thingsFranck Cuny2022-02-272-5/+13
| | | | | | | | | 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.
* pam: drop GDM configurationFranck Cuny2022-02-271-2/+0
| | | | I don't use GDM anymore.
* aptos: use the hardware module for xps9300Franck Cuny2022-02-272-1/+1
|
* hardware: start capturing hardware related stuffFranck Cuny2022-02-272-0/+10
| | | | | Create a new module for hardware related things, in order to configure correctly the various machines.
* sway: import systemd environments on startupFranck Cuny2022-02-271-0/+3
|
* sway: assign applications to workspacesFranck Cuny2022-02-271-0/+5
|
* mako: run with systemdFranck Cuny2022-02-271-5/+16
|
* devel: install LSP for nixFranck Cuny2022-02-271-0/+1
|
* mako: add notification daemonFranck Cuny2022-02-272-0/+16
|
* wofi: tweak the UIFranck Cuny2022-02-272-43/+26
|
* swaylock: don't display the keyboard layoutFranck Cuny2022-02-271-0/+1
|
* sway: re-organize the modulesFranck Cuny2022-02-277-42/+25
| | | | | Rename 'sway' to 'wm' to make it more generic; rename some of the other modules (e.g. 'wofi' to 'launcher'), for the same reason.
* hosts: add tahoe, the new NASFranck Cuny2022-02-273-0/+120
|
* docs: backups!Franck Cuny2022-02-241-0/+197
|
* agenix: store wireguard key in persistent storageFranck Cuny2022-02-242-4/+9
| | | | | | The key was created under /run/agenix, which is wiped out after a reboot. The key being absent prevents the wireguard interface to come up. Store the key somewhere persistent to prevent this to happen.
* backups: initial configurationFranck Cuny2022-02-242-0/+17
|
* gnome: add more gnome settingsFranck Cuny2022-02-241-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.
* sway: let's drop this - I don't know what it doesFranck Cuny2022-02-241-1/+0
| | | | I can see that later on.
* xserver: drop it completelyFranck Cuny2022-02-241-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.
* polybar: delete configurationFranck Cuny2022-02-2411-143/+0
| | | | This is not needed anymore, we can remove it completely.
* swaylock: background colorFranck Cuny2022-02-221-2/+1
|
* emacs: install aspell correctlyFranck Cuny2022-02-221-4/+2
|
* dev: a few more packages to installFranck Cuny2022-02-211-0/+5
|
* ssh: authenticate only using ssh keyFranck Cuny2022-02-212-0/+8
|
* devel: create new directory for devel modulesFranck Cuny2022-02-215-2/+16
| | | | | Add python, and move go from the cli modules. Install these modules only if we're a "desktop".
* docs: update wireguard setupFranck Cuny2022-02-211-0/+2
|
* tahoe: wireguard setupFranck Cuny2022-02-213-0/+14
|
* syncthing: enable the moduleFranck Cuny2022-02-211-0/+1
|
* emacs: add aspell and dictionariesFranck Cuny2022-02-212-0/+11
|
* terminal: live reload of alacritty's configurationFranck Cuny2022-02-211-0/+1
|
* docs: commands to runFranck Cuny2022-02-211-0/+11
|
* wireguard: module and peers configurationsFranck Cuny2022-02-215-0/+82
| | | | | | | | | Add a new module to automatically configure the peers for wireguard. The module needs a configuration file (in `configs/wireguard.toml`) which lists all the peers, their IP and and their public keys. The secret keys is encrypted as a secret with agenix. There's some initial documentation on how to use this setup.
* secrets: initial config and a first secretFranck Cuny2022-02-212-0/+20
|
* agenix: add flake for agenixFranck Cuny2022-02-213-0/+27
| | | | This will be used to store secrets in the repository.
* system: install a few more packagesFranck Cuny2022-02-211-1/+10
|
* sway: remove environment variablesFranck Cuny2022-02-211-9/+0
| | | | This *might* not be needed.
* users: add ssh keys for aptos and carmelFranck Cuny2022-02-211-2/+2
|
* sway: adjust scaling for aptosFranck Cuny2022-02-211-1/+1
|
* fonts: add font-awesome for i3statusFranck Cuny2022-02-211-0/+1
|
* aptos: switch to iwd and enable thermaldFranck Cuny2022-02-211-3/+5
| | | | | | | Replace wpa_supplicant with iwd (I prefer that daemon and the associated tool, iwctl). Enable thermald for managing power.
* sway: switch to i3status and set keybindingsFranck Cuny2022-02-213-104/+96
| | | | | | | | Replace waybar with i3status. I keep running into issues with waybar (does not start, for example), and i3 status is a bit easier to configure. Set some keybindings so I can adjust volume and brightness.
* terminal: a few more tweaks to alacrittyFranck Cuny2022-02-211-1/+10
|
* go: let's hide $GOPATHFranck Cuny2022-02-211-1/+1
|
* sway: configure scaling factor for aptosFranck Cuny2022-02-211-0/+4
|
* sway: set some environment variablesFranck Cuny2022-02-211-0/+10
| | | | | Without these variables, I can't get pinentry to pop up when needed, and firefox stays blurry.
* videos: fix typoFranck Cuny2022-02-211-1/+1
|
* pass: use upstream synchroniser serviceFranck Cuny2022-02-211-27/+3
| | | | I don't have to write / maintain my own!