about summary refs log tree commit diff
path: root/hosts/carmel (follow)
Commit message (Expand)AuthorAgeFilesLines
* profiles/monitoring: move promtail to a profileFranck Cuny2023-05-122-6/+1
* profiles/monitoring: move node exporter to a profileFranck Cuny2023-05-122-1/+1
* hosts/carmel: fix proxy_pass configurationFranck Cuny2023-05-121-2/+2
* home/carmel: move router's configuration to a profileFranck Cuny2023-05-123-87/+3
* hosts/tahoe: move avahi configuration hereFranck Cuny2023-05-102-6/+10
* profiles/nginx: move common configuration to a profileFranck Cuny2023-05-092-6/+1
* home/profiles: move (almost) all modules to profilesFranck Cuny2023-05-051-12/+4
* profiles/server: move boot loader configurationFranck Cuny2023-05-021-15/+6
* profiles: consolidates common networking bitsFranck Cuny2023-05-021-1/+0
* profiles/default: move stuff related to bootFranck Cuny2023-05-022-2/+0
* profiles: move things around for btrfsFranck Cuny2023-05-021-1/+0
* profiles/hardware: create a few profiles related to hardwareFranck Cuny2023-05-022-3/+1
* profiles: create default and serverFranck Cuny2023-05-021-3/+8
* hosts/carmel: enable promtailFranck Cuny2023-04-231-1/+5
* modules/monitoring: consolidate all monitoring services togetherFranck Cuny2023-04-231-1/+1
* hosts/carmel: don't log dns queries in dnsmasqFranck Cuny2023-04-151-1/+0
* hosts/carmel: start dnsmasq once network interfaces are onlineFranck Cuny2023-04-151-0/+7
* hosts/carmel: don't release DHCP lease on wan interfaceFranck Cuny2023-04-151-0/+3
* hosts/carmel: serve the leases on port 8067Franck Cuny2023-04-061-4/+7
* hosts/carmel: run dnsmasql-to-html when leases changeFranck Cuny2023-04-061-1/+4
* hosts/carmel: the wireguard interface is trustedFranck Cuny2023-04-051-1/+1
* hosts/carmel: add wireguard keyFranck Cuny2023-04-053-0/+23
* hosts/carmel: drop checkReversePathFranck Cuny2023-04-051-3/+0
* hosts/carmel: enable tailscaleFranck Cuny2023-04-051-0/+2
* hosts/carmel: more options for dnsmasqFranck Cuny2023-04-031-0/+2
* hosts/carmel: add a few more options for dnsmasqFranck Cuny2023-04-031-0/+6
* hosts/carmel: enable prometheus exporter for DNSmasqFranck Cuny2023-04-031-0/+5
* hosts/carmel: reconfigure the host as a routerFranck Cuny2023-04-037-113/+204
* fix(hosts): the WM manager needs to be in home.nixFranck Cuny2022-09-232-3/+4
* ref(home-manager): don't use home-manager when building the hostFranck Cuny2022-09-221-8/+2
* fix(new-lines): add or remove new lines where neededFranck Cuny2022-07-021-1/+0
* feat(hosts/home): use fish as my default shell everywhereFranck Cuny2022-06-231-1/+1
* ref(home/shell): make it easier to share common things between shellsFranck Cuny2022-06-201-1/+1
* ref(profiles): get rid of all the profilesFranck Cuny2022-06-093-6/+17
* ref(GTK): remove the profile for GTKFranck Cuny2022-06-092-0/+4
* ref(home): structure and add commentsFranck Cuny2022-06-091-17/+32
* ref(desktop): move all the modules for home-manager to host levelFranck Cuny2022-06-091-0/+9
* ref(trusted): consume modules within host's configurationFranck Cuny2022-06-091-0/+10
* ref(multimedia): move multimedia modules to hostsFranck Cuny2022-06-091-3/+6
* zsh: switch to zsh as the default shellFranck Cuny2022-05-151-1/+1
* carmel: configure the desktop properlyFranck Cuny2022-04-083-1/+22
* hosts: rename hardware-configuration to hardwareFranck Cuny2022-04-082-1/+1
* hosts: add services to tahoeFranck Cuny2022-04-081-3/+0
* enable AMD module correctlyFranck Cuny2022-04-061-1/+1
* refactor boot configuration to a moduleFranck Cuny2022-04-062-10/+15
* refactor configuration for AMDFranck Cuny2022-04-061-28/+26
* refactor network configurationFranck Cuny2022-04-051-1/+19
* carmel: enable the soundFranck Cuny2022-04-051-0/+1
* network: move tailscale in modulesFranck Cuny2022-04-052-16/+18
* sound: add a new moduleFranck Cuny2022-04-051-13/+11
* boot: reorganize and add commentsFranck Cuny2022-02-181-11/+8
* hosts: remove btrfs subvolume 'media'Franck Cuny2022-02-161-6/+0
* hosts: add a new subvolumes to carmelFranck Cuny2022-02-141-0/+6
* hosts: load igb kernel module for initrdFranck Cuny2022-02-131-0/+1
* hosts: unlock disks remotely on bootFranck Cuny2022-02-131-16/+4
* hosts: remove configuration for ssh keys in initrdFranck Cuny2022-02-131-1/+0
* hosts: decrypt root disk via ssh on bootFranck Cuny2022-02-131-0/+21
* hosts: import common modulesFranck Cuny2022-02-121-2/+1
* hosts: centralize network configurationFranck Cuny2022-02-121-10/+15
* hosts: set hostname from configurationFranck Cuny2022-02-101-6/+2
* fix a few errorsFranck Cuny2022-02-101-0/+1
* nix: fix a bunch of stuffFranck Cuny2022-02-101-1/+0
* hosts: use systemd-resolved on carmelFranck Cuny2022-02-091-0/+6
* hosts: remove usersFranck Cuny2022-02-091-1/+0
* hosts: remove / clean codeFranck Cuny2022-02-091-44/+5
* home-manager: simplify the configurationFranck Cuny2022-02-091-0/+3
* hosts: remove unneeded commentsFranck Cuny2022-02-081-6/+0
* systems: move some packages out of host configFranck Cuny2022-02-081-5/+0
* carmel: use DHCP on the wireless interfaceFranck Cuny2022-02-081-1/+2
* xserver: initial configurationFranck Cuny2022-02-081-8/+0
* systems: default configuration for all systemsFranck Cuny2022-02-081-3/+0
* carmel: initial host configurationFranck Cuny2022-02-072-0/+144