about summary refs log tree commit diff
path: root/hosts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Implement host-hardware separationBaitinq2022-09-1814-29/+62
|
* Use swaylock-effects instead of swaylock for showing clockBaitinq2022-09-151-1/+1
|
* River: Add wlsunsetBaitinq2022-09-151-0/+1
|
* Add wayland idling/locking via sway(idle/lock)Baitinq2022-09-152-0/+9
|
* Add tmux programBaitinq2022-09-151-0/+5
|
* Implement initial wayland supportBaitinq2022-09-142-3/+23
|
* Xlock: Respect dpms off screenBaitinq2022-09-101-1/+1
|
* Packages: Remove smart-wallpaperBaitinq2022-09-101-1/+1
| | | | Already included in nixpkgs
* Packages: Remove mov-cliBaitinq2022-09-103-2/+1
| | | | Already included in nixpkgs
* Packages: Remove manga-cliBaitinq2022-09-103-2/+1
| | | | Already included in nixpkgs
* Packages: Remove dwmbarBaitinq2022-09-101-1/+1
| | | | Already included in nixpkgs
* Add element-desktop as a global-home programBaitinq2022-09-102-1/+1
|
* Disks: Separate create script into create/formatBaitinq2022-09-101-24/+34
|
* Misc: Use dotfiles as flake inputBaitinq2022-09-105-29/+17
|
* ISO: Set user as nixosBaitinq2022-09-091-3/+1
| | | | | We now declare the user in the flake.nix, overriding this in the isoConfigurations output
* Phobos: Add element-desktop programBaitinq2022-09-081-0/+1
|
* Enable ssh x11 forwardingBaitinq2022-09-071-1/+4
|
* Change hardcoded user to use the ${user} variableBaitinq2022-09-071-1/+1
|