about summary refs log tree commit diff
path: root/hosts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UpdateBaitinq2023-01-102-2/+1
|
* Host: Chromebook+Thinkpad: Disable webcam moduleBaitinq2022-12-301-1/+1
|
* Hardware: Move hardware specific settings from hostsBaitinq2022-12-301-4/+1
|
* Home: Firefox: Restore tabs on startupBaitinq2022-12-281-0/+1
|
* Packages: Remove rust utilitiesBaitinq2022-12-221-1/+1
|
* Home: Add vscodeBaitinq2022-11-181-0/+1
|
* Emacs: Add dired-sidebarBaitinq2022-11-091-0/+2
|
* Home: Add openvpn packageBaitinq2022-11-021-0/+1
|
* Emacs: Replace rust-mode with rustic rust supportBaitinq2022-10-261-0/+1
|
* Home: Add slack packageBaitinq2022-10-241-0/+1
|
* Emacs: Add rust-mode rust supportBaitinq2022-10-241-0/+2
|
* Hosts: Use uutils for coreutilsBaitinq2022-10-241-1/+1
|
* Hosts: Add alsa-utils packageBaitinq2022-10-181-0/+1
| | | | For alsamixer
* Hosts: Programs: SSH: Disable x11 forwardingBaitinq2022-10-171-1/+0
|
* Modules/Secrets: Wiregurad: Change peer settingsBaitinq2022-10-161-5/+3
|
* Misc: Add deploy-rs tool and setup deploy configurationsBaitinq2022-10-131-0/+1
|
* Hosts: Root user: Add authorized ssh keysBaitinq2022-10-131-9/+16
|
* Hosts: Home: Add password-managerBaitinq2022-10-131-0/+6
|
* Hosts: Neovim: Add custom configBaitinq2022-10-111-0/+11
|
* Hosts: Enable local dns server using unboundBaitinq2022-10-061-1/+3
|
* Hosts: Explicitly enable some networking optionsBaitinq2022-10-061-0/+4
|
* Hosts: Dont use uu-utilsBaitinq2022-10-041-1/+1
|
* mkHost: Set hostname as host + "-" + hardwareBaitinq2022-10-021-1/+1
|
* Hosts-separation: Move hardware.cpu.intel.updateMicrocode to host specific ↵Baitinq2022-10-011-4/+1
| | | | config
* Home: Add calibre* to all hostsBaitinq2022-10-013-6/+3
|
* Firewall: Allow tcp:9090 (calibre)Baitinq2022-09-291-1/+1
|
* Misc: Comments cleanupBaitinq2022-09-291-9/+0
|
* Home: Add straceBaitinq2022-09-291-0/+1
|
* FmtBaitinq2022-09-291-1/+1
|
* UpdateBaitinq2022-09-291-1/+1
|
* Modules: Add email moduleBaitinq2022-09-291-1/+3
|
* Home: Add libnotify packageBaitinq2022-09-261-0/+1
|
* Home: Add speedtest-cli packageBaitinq2022-09-261-0/+1
|
* SSH: Disable password authenticationBaitinq2022-09-251-2/+1
|
* SSH: Change listening port to port 22Baitinq2022-09-251-2/+2
|
* Firewall: Allow tcp:80Baitinq2022-09-231-1/+1
|
* SSH: Add own authorized_keysBaitinq2022-09-231-0/+6
|
* Modules: Add git-server moduleBaitinq2022-09-221-1/+0
| | | | This adds a git server (gitolite) with a web frontend cgit
* Home: Git: Add send-email 'account'Baitinq2022-09-221-0/+7
|
* Use pkgs.gitFull git packageBaitinq2022-09-222-1/+2
|
* Misc: Move nix-index symlink to global configurationBaitinq2022-09-224-6/+4
|
* Flake: Add systems as 'input' to the nix derivationBaitinq2022-09-221-3/+6
|
* mkHost: Add extraModules argumentBaitinq2022-09-221-3/+3
|
* Move hosts declaration to flake.nixBaitinq2022-09-221-16/+3
|
* mkHost: Add extraOverlays argumentBaitinq2022-09-221-5/+5
|
* Overlays: Base: Add database arg patch to commaBaitinq2022-09-221-0/+1
|
* Flake: Remove dotfiles inputBaitinq2022-09-205-23/+25
| | | | | Instead we use it directly. This removes a lot of hassle + limitations with flake inputs from files
* fmtBaitinq2022-09-201-4/+2
|
* Hosts: Remove uneeded "vm" hostBaitinq2022-09-203-135/+0
| | | | | As hardware and hosts are now separated, we can remove the now obsolte vm host
* Fully separate hosts from hardwaresBaitinq2022-09-2010-424/+13
| | | | | | Now hosts/ and hardware/ live under different directories and their joined system configurations are permutated and exposed throught the host-hardware outputs