| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-config | Devin Finlinson | 2023-12-08 |
| |\ | |||
| | * | missing semicolon | Devin Finlinson | 2023-12-07 |
| | | | |||
| * | | Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-config | Devin Finlinson | 2023-12-07 |
| |\| | |||
| | * | added aliases from zenbook | Devin Finlinson | 2023-12-07 |
| | | | |||
| * | | added tailscale to all machines | Devin Finlinson | 2023-12-06 |
| |/ | |||
| * | disable root login | Devin Finlinson | 2023-12-05 |
| | | |||
| * | bosco uses newer home manager | Devin Finlinson | 2023-12-05 |
| | | |||
| * | misterious checksum change | Devin Finlinson | 2023-12-05 |
| | | |||
| * | allowed users set elsewhere, cleaned up old comments | Devin Finlinson | 2023-12-04 |
| | | |||
| * | consolidating nix allowed users setting | Devin Finlinson | 2023-12-04 |
| | | |||
| * | user allready allowd to run nix commands due to groups | Devin Finlinson | 2023-12-04 |
| | | |||
| * | changed bosco config from build server (now doretta) to network server | Devin Finlinson | 2023-12-05 |
| | | |||
| * | changed chosen domain for bosco | Devin Finlinson | 2023-12-04 |
| | | |||
| * | option necessary to fix broken less formatting | Devin Finlinson | 2023-12-04 |
| | | |||
| * | another typo | Devin Finlinson | 2023-12-04 |
| | | |||
| * | typo | Devin Finlinson | 2023-12-04 |
| | | |||
| * | added bosco key to source | Devin Finlinson | 2023-12-04 |
| | | |||
| * | history isolation now seems to be deprecated | Devin Finlinson | 2023-12-04 |
| | | |||
| * | configuring cd with nushell seems to be deprecated | Devin Finlinson | 2023-12-04 |
| | | |||
| * | added basic home-manager customizations to bosco | Devin Finlinson | 2023-12-04 |
| | | |||
| * | set up minimal home manager config for servers | Devin Finlinson | 2023-12-04 |
| | | |||
| * | let-env command deprecated for $env.<environment-variable> | Devin Finlinson | 2023-12-04 |
| | | |||
| * | option changed formats, argument no longer valid | Devin Finlinson | 2023-12-04 |
| | | |||
| * | exa is unmaintained, forked to eza | Devin Finlinson | 2023-12-04 |
| | | |||
| * | qutebrowser officially migrated to qt6, no need for override | Devin Finlinson | 2023-12-04 |
| | | |||
| * | hyprland xwayland patches deprecated | Devin Finlinson | 2023-12-04 |
| | | |||
| * | update nixkpgs to 23.11 | Devin Finlinson | 2023-12-04 |
| | | |||
| * | hide nushell welcome banner | Devin Finlinson | 2023-12-03 |
| | | |||
| * | added config.nu to source | Devin Finlinson | 2023-12-03 |
| | | |||
| * | added base config files for nushell | Devin Finlinson | 2023-12-03 |
| | | |||
| * | import bat theme config | Devin Finlinson | 2023-12-03 |
| | | |||
| * | added bat config, changed broken theme sourcing from ryan4yin source | Devin Finlinson | 2023-12-03 |
| | | | | | | | | | | | | | config to functional one for future reference, the issue raised this error: error: A definition for option `home-manager.users.defin.programs.bat.themes.catppuccin-mocha' is not of type `strings concatenated with "\n"'. the issue was that nix seemingly cannot turn an array {} into a string, and the config option required a string. Comparing against other imported themes, I found the readFile command, which has documentation specifying that it returns file contents as string, so I simply used that solution. | ||
| * | added bat theme and cleaned comments | Devin Finlinson | 2023-12-03 |
| | | |||
| * | install minetest | Devin Finlinson | 2023-11-29 |
| | | |||
| * | removing asterisk should solve Error: nu::parser::extra_positional | Devin Finlinson | 2023-11-28 |
| | | | | | I don't know why that was ever there in the first place | ||
| * | updated sources, and started work on using home manager for shell config | Devin Finlinson | 2023-11-28 |
| | | |||
| * | added source, lock update | Devin Finlinson | 2023-11-21 |
| | | |||
| * | rather than creating a generic iso, it's necessary to build | Devin Finlinson | 2023-11-21 |
| | | | | | an img specifically for linode, and likely more convenient besides | ||
| * | installing linode-cli to upload iso | Devin Finlinson | 2023-11-21 |
| | | |||
| * | open ssh to recieve scp from build server (doretta) | Devin Finlinson | 2023-11-21 |
| | | |||
| * | use command (nushell) doesn't seem to work, maybe source will | Devin Finlinson | 2023-11-21 |
| | | |||
| * | iso should have basic tools | Devin Finlinson | 2023-11-20 |
| | | |||
| * | nixpkgs comes with a module to build an iso of the matching version | Devin Finlinson | 2023-11-20 |
| | | | | | | | thanks to this, I should in theory only need to add some > > minor configurations to make it accessible via ssh, and > then I can set it up from there | ||
| * | open port 2200 for isp reasons | Devin Finlinson | 2023-11-20 |
| | | |||
| * | better hostname | Devin Finlinson | 2023-11-20 |
| | | |||
| * | disabling password ssh auth now that key auth works properly | Devin Finlinson | 2023-11-20 |
| | | |||
| * | key checksum issues | Devin Finlinson | 2023-11-20 |
| | | |||
| * | i've decided to import hardware config from config file rather than as | Devin Finlinson | 2023-11-20 |
| | | | | | > as a module, to leave the flake file less cluttered | ||
| * | root cannot be a normal user | Devin Finlinson | 2023-11-20 |
| | | |||
| * | renamed folder for faster typing and thinking | Devin Finlinson | 2023-11-20 |
| | | |||
