summaryrefslogtreecommitdiff
path: root/modules/nixos
Commit message (Collapse)AuthorAge
* added default ips so headscale stops complainingDevin Finlinson2023-12-12
|
* moved env variable to env fileDevin Finlinson2023-12-11
|
* cleaned commentsDevin Finlinson2023-12-11
|
* missing bracketDevin Finlinson2023-12-11
|
* trying cadd reverse proxy, looks easier to configureDevin Finlinson2023-12-11
|
* hopefully fixed nginx reverse proxyDevin Finlinson2023-12-11
|
* simplified string handlingDevin Finlinson2023-12-11
|
* added tailscale to all machinesDevin Finlinson2023-12-06
|
* consolidating nix allowed users settingDevin Finlinson2023-12-04
|
* changed chosen domain for boscoDevin Finlinson2023-12-04
|
* hyprland xwayland patches deprecatedDevin Finlinson2023-12-04
|
* updated template with modern settingsDevin Finlinson2023-11-20
|
* move fstrim to all systems, plus cleaningDevin Finlinson2023-11-13
|
* how did i go so long without usbutilsDevin Finlinson2023-11-13
|
* ssh-agent still thereDevin Finlinson2023-11-09
|
* testDevin Finlinson2023-11-09
|
* experimenting with using gpg authDevin Finlinson2023-11-09
|
* typoDevin Finlinson2023-11-08
|
* cleanupDevin Finlinson2023-11-08
|
* open dedicated server portDevin Finlinson2023-11-08
|
* file should have rebased, not merged, fixedDevin Finlinson2023-10-31
|
* fixed fixDevin Finlinson2023-10-31
|
* fix temp dependency issue for obsidianDevin Finlinson2023-10-31
|
* add nix-tree utilityDevin Finlinson2023-10-31
|
* Resolved merge conflict.Devin Finlinson2023-10-31
|\
| * separating utility for serverDevin Finlinson2023-10-15
| |
| * typoDevin Finlinson2023-10-15
| |
| * enable sddm hidpi to fix small uiDevin Finlinson2023-10-03
| |
| * didn't need varDevin Finlinson2023-10-03
| |
| * syntaxDevin Finlinson2023-10-03
| |
| * adding env varsDevin Finlinson2023-10-03
| |
* | modman doesn't existDevin Finlinson2023-10-12
| |
* | r2modman from nixpkgs rather than home-managerDevin Finlinson2023-10-12
|/
* starting to bring definitions back into purpose-specific locations, rather ↵Devin Finlinson2023-10-03
| | | | than type-specific
* i've gone mad with powerDevin Finlinson2023-10-03
/ attempted config from misterio77 to fix inputs errors // this created the default.nix files and commented out block in flake.nix // didn't work, misterio is insane / but misterio's nix-colors github tells you to pass it as a special arg into home-manager // was confused for a bit but got it as an extraSpecialArg cause of module bullshit /// good thing i had that old note or i'd have been stuck / now the inputs pass into home-manager // hoping to find a more elegant passthrough format / oh also moved home-manager's modules to modules folder because misterio does // probably because they're crazy but also because they've gone so deep it's somehow necessary for anything to work /// idk how or why, should have something to do with replacing/following default nix format? //// thus the default.nix files to add/override defaults? this is my longest commit message ever