summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kay/dns: init rdns for 2001:470:ee65::0/48sinanmohd2024-02-012-5/+24
|
* kay/iperf3: bind to lansinanmohd2024-02-011-0/+2
|
* modules/pppd: execute scripts sequentiallysinanmohd2024-02-011-1/+1
| | | | outgoing dns notify to ns1.he.net will fail if the ipv6 tunnel isn't up
* kay/dns: initsinanmohd2024-02-017-19/+149
|
* kay/wireguard: add new peersinanmohd2024-01-311-0/+4
|
* modules/network-interfaces: drop upstreamed changessinanmohd2024-01-303-640/+9
| | | | https://github.com/NixOS/nixpkgs/pull/278179
* kay/network/he: don't bind dnsmasq to wildcard addresssinanmohd2024-01-291-1/+4
|
* kay/network/he: add routed prefixessinanmohd2024-01-291-12/+34
|
* kay/network/he: always accept 6in4 tunnels from he remotesinanmohd2024-01-291-6/+3
|
* kay/network/ppp: terminate session on broken connectionsinanmohd2024-01-291-3/+8
|
* kay/network/ppp: use ::1 as ipv6 interface identifiersinanmohd2024-01-271-0/+1
|
* kay/www: set default vhostsinanmohd2024-01-181-0/+1
|
* kay/www: enable QUIC connection migrationsinanmohd2024-01-161-0/+1
|
* kay/www: cleanupsinanmohd2024-01-161-17/+26
|
* kay/www: init http3sinanmohd2024-01-162-59/+46
|
* fscusat/www/foss: initsinanmohd2024-01-154-0/+78
|
* repo: bump flake.locksinanmohd2024-01-121-9/+9
|
* kay/network/voip/dhcp: disable ipv6, don't set default gatewaysinanmohd2024-01-101-3/+10
|
* sops: clean upsinanmohd2024-01-091-0/+2
|
* dspace/www/dsp: initsinanmohd2024-01-094-0/+77
|
* hosts/dspace: initsinanmohd2024-01-094-1/+63
|
* hosts: mox -> fscusatsinanmohd2024-01-094-1/+1
|
* modules/dev: use user environmentsinanmohd2024-01-091-2/+5
|
* sops: refactorsinanmohd2024-01-094-30/+61
|
* hosts: set hostname from flakesinanmohd2024-01-094-3/+1
|
* modules/dev: clean upsinanmohd2024-01-092-8/+11
|
* modules/tmux: start window index from 1sinanmohd2024-01-091-0/+1
|
* hosts/mox: use default kernel loglevelsinanmohd2024-01-091-1/+0
|
* mox/network: drop dnsmasqsinanmohd2024-01-091-8/+1
|
* modules/tmux: right align statussinanmohd2024-01-091-1/+2
|
* common: enable sshsinanmohd2024-01-084-15/+5
|
* modules/userdata: refactorsinanmohd2024-01-085-61/+51
|
* modules/tmux: initsinanmohd2024-01-084-4/+43
|
* common: disable dhcpcdsinanmohd2024-01-084-3/+1
|
* common: clean upsinanmohd2024-01-083-33/+22
|
* modules/userdata: refactor, init userdata.packagesinanmohd2024-01-083-32/+37
|
* common: refactor bash promptsinanmohd2024-01-081-2/+4
|
* common: move adb configuration to hosts/cezsinanmohd2024-01-082-10/+9
|
* kay/network/voip: initsinanmohd2024-01-081-3/+12
|
* kay/network: reduce retry timeout for dns and he, 5s -> 1ssinanmohd2024-01-052-2/+2
|
* kay/network/he: fix routing issue after ip changesinanmohd2024-01-051-2/+8
|
* kay/network/he: fix mtusinanmohd2024-01-051-3/+5
|
* mox/ssh: listen on port 465sinanmohd2024-01-041-0/+1
|
* kay/www/static: initsinanmohd2024-01-031-0/+7
|
* kay/www/bin: initsinanmohd2024-01-031-0/+8
|
* cez/sshfs: refactor to reflect changes made in 84fb4desinanmohd2024-01-023-6/+13
|
* kay/sftp: init new sftp usersinanmohd2024-01-021-1/+12
|
* modules/useeerdata: rm mox ssh public keysinanmohd2024-01-021-1/+0
|
* kay/sftp: set home to /var/emptysinanmohd2024-01-021-1/+0
|
* modules/network-interfaces: fix implicit dependency on devicesinanmohd2024-01-021-5/+9
| | | | | | | | the bug causes a hard dependency on an underlying device which might not be valid for all interfaces, also broke the example for networking.sits. this is due to calling hasAttr first and checking for null afterwards, it was introduced in commit 76a3c30 and this fix doesn't break the functionality of that commit