Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Home: Add libnotify package | Baitinq | 2022-09-26 | 1 | -0/+1 |
| | |||||
* | Home: Add speedtest-cli package | Baitinq | 2022-09-26 | 1 | -0/+1 |
| | |||||
* | SSH: Disable password authentication | Baitinq | 2022-09-25 | 1 | -2/+1 |
| | |||||
* | SSH: Change listening port to port 22 | Baitinq | 2022-09-25 | 1 | -2/+2 |
| | |||||
* | Firewall: Allow tcp:80 | Baitinq | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | SSH: Add own authorized_keys | Baitinq | 2022-09-23 | 1 | -0/+6 |
| | |||||
* | Modules: Add git-server module | Baitinq | 2022-09-22 | 1 | -1/+0 |
| | | | | This adds a git server (gitolite) with a web frontend cgit | ||||
* | Home: Git: Add send-email 'account' | Baitinq | 2022-09-22 | 1 | -0/+7 |
| | |||||
* | Use pkgs.gitFull git package | Baitinq | 2022-09-22 | 2 | -1/+2 |
| | |||||
* | Misc: Move nix-index symlink to global configuration | Baitinq | 2022-09-22 | 4 | -6/+4 |
| | |||||
* | Flake: Add systems as 'input' to the nix derivation | Baitinq | 2022-09-22 | 1 | -3/+6 |
| | |||||
* | mkHost: Add extraModules argument | Baitinq | 2022-09-22 | 1 | -3/+3 |
| | |||||
* | Move hosts declaration to flake.nix | Baitinq | 2022-09-22 | 1 | -16/+3 |
| | |||||
* | mkHost: Add extraOverlays argument | Baitinq | 2022-09-22 | 1 | -5/+5 |
| | |||||
* | Overlays: Base: Add database arg patch to comma | Baitinq | 2022-09-22 | 1 | -0/+1 |
| | |||||
* | Flake: Remove dotfiles input | Baitinq | 2022-09-20 | 5 | -23/+25 |
| | | | | | Instead we use it directly. This removes a lot of hassle + limitations with flake inputs from files | ||||
* | fmt | Baitinq | 2022-09-20 | 1 | -4/+2 |
| | |||||
* | Hosts: Remove uneeded "vm" host | Baitinq | 2022-09-20 | 3 | -135/+0 |
| | | | | | As hardware and hosts are now separated, we can remove the now obsolte vm host | ||||
* | Fully separate hosts from hardwares | Baitinq | 2022-09-20 | 10 | -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 separation | Baitinq | 2022-09-18 | 14 | -29/+62 |
| | |||||
* | Use swaylock-effects instead of swaylock for showing clock | Baitinq | 2022-09-15 | 1 | -1/+1 |
| | |||||
* | River: Add wlsunset | Baitinq | 2022-09-15 | 1 | -0/+1 |
| | |||||
* | Add wayland idling/locking via sway(idle/lock) | Baitinq | 2022-09-15 | 2 | -0/+9 |
| | |||||
* | Add tmux program | Baitinq | 2022-09-15 | 1 | -0/+5 |
| | |||||
* | Implement initial wayland support | Baitinq | 2022-09-14 | 2 | -3/+23 |
| | |||||
* | Xlock: Respect dpms off screen | Baitinq | 2022-09-10 | 1 | -1/+1 |
| | |||||
* | Packages: Remove smart-wallpaper | Baitinq | 2022-09-10 | 1 | -1/+1 |
| | | | | Already included in nixpkgs | ||||
* | Packages: Remove mov-cli | Baitinq | 2022-09-10 | 3 | -2/+1 |
| | | | | Already included in nixpkgs | ||||
* | Packages: Remove manga-cli | Baitinq | 2022-09-10 | 3 | -2/+1 |
| | | | | Already included in nixpkgs | ||||
* | Packages: Remove dwmbar | Baitinq | 2022-09-10 | 1 | -1/+1 |
| | | | | Already included in nixpkgs | ||||
* | Add element-desktop as a global-home program | Baitinq | 2022-09-10 | 2 | -1/+1 |
| | |||||
* | Disks: Separate create script into create/format | Baitinq | 2022-09-10 | 1 | -24/+34 |
| | |||||
* | Misc: Use dotfiles as flake input | Baitinq | 2022-09-10 | 5 | -29/+17 |
| | |||||
* | ISO: Set user as nixos | Baitinq | 2022-09-09 | 1 | -3/+1 |
| | | | | | We now declare the user in the flake.nix, overriding this in the isoConfigurations output | ||||
* | Phobos: Add element-desktop program | Baitinq | 2022-09-08 | 1 | -0/+1 |
| | |||||
* | Enable ssh x11 forwarding | Baitinq | 2022-09-07 | 1 | -1/+4 |
| | |||||
* | Change hardcoded user to use the ${user} variable | Baitinq | 2022-09-07 | 1 | -1/+1 |
| | |||||
* | Phobos: Disks: Change uuid | Baitinq | 2022-09-07 | 1 | -1/+1 |
| | |||||
* | Use mkForce on boot config in the base host | Baitinq | 2022-09-07 | 1 | -4/+1 |
| | | | | This fixes creating isos | ||||
* | Add ability to create iso of nixosConfigurations | Baitinq | 2022-09-07 | 2 | -8/+12 |
| | |||||
* | Add irqbalance service | Baitinq | 2022-09-06 | 1 | -0/+1 |
| | |||||
* | Add fwupd service | Baitinq | 2022-09-06 | 1 | -0/+1 |
| | |||||
* | Add ntfs support | Baitinq | 2022-09-05 | 1 | -0/+1 |
| | |||||
* | Add todo-txt-cli package | Baitinq | 2022-09-05 | 1 | -0/+1 |
| | |||||
* | Add jrnl program | Baitinq | 2022-09-05 | 1 | -0/+1 |
| | |||||
* | Set bash as the default /bin/sh | Baitinq | 2022-09-05 | 1 | -3/+0 |
| | |||||
* | Phobos: Use zen kernel | Baitinq | 2022-09-01 | 1 | -1/+1 |
| | |||||
* | Disks-create/mount: Add all dependencies to symLinkJoin | Baitinq | 2022-08-31 | 1 | -2/+2 |
| | |||||
* | Disks-create/mount: Use new cryptsetup open syntax | Baitinq | 2022-08-31 | 1 | -6/+6 |
| | |||||
* | Pin nixpkgs registry | Baitinq | 2022-08-31 | 1 | -0/+1 |
| |