Commit graph

1314 commits

Author SHA1 Message Date
Bad
b5742cbb88 Update flake.lock 2021-07-07 16:38:31 +02:00
Bad
a58e767fe1 Improve ssh security and open firewall 2021-07-07 12:55:16 +02:00
Bad
224f955657 Format everything 2021-07-07 12:47:59 +02:00
Bad
d2c1f4b940 Add a ssh binary cache 2021-07-07 12:47:37 +02:00
Bad
00daa59cd5 Add dnscrypt-proxy 2021-07-07 10:20:28 +02:00
bors[bot]
62f9d95259
Merge #333
333: core: use bottom instead of gotop r=blaggacao a=nrdxp

gotop is unmaintained, unless someone has a better alternative, it looks like bottom is the new goto

Co-authored-by: Timothy DeHerrera <tim.deh@pm.me>
2021-07-04 04:48:35 +00:00
Timothy DeHerrera
1a4b7d19c9
README.md: rework 2021-07-01 23:40:55 -06:00
Timothy DeHerrera
95f429a525
core: use bottom instead of gotop 2021-06-30 08:50:07 -06:00
bors[bot]
741e8fdc47
Merge #330
330: Fix: Haskell overlay r=blaggacao a=GTrunSec

using `lib.composeExtensions` for packageOverrides is more idiomatic.
Fixes: https://github.com/divnix/devos/pull/325#pullrequestreview-687772802
such as 
```
 python3 = pkgs.python3.override (old: {
   5 │ │ packageOverrides =
   4 │ │ │ pkgs.lib.composeExtensions
   3 │ │ │ │ (old.packageOverrides or (_: _: { }))
   2 │ │ │ │ packageOverrides;
   1 │ });
```

Co-authored-by: GTrunSec <gtrunsec@hardenedlinux.org>
2021-06-25 12:54:51 +00:00
GTrunSec
f1117f27ec
fix hasekllPackages overlay 2021-06-24 22:58:26 -07:00
bors[bot]
e3b7c07daf
Merge #325
325: feature: Add pkgs fetch manager nvfetcher r=blaggacao a=GTrunSec

Regarding motivation in https://github.com/divnix/devos/issues/299

Any question here?

Example: 
-  overlay 
```
inherit (prev.sources.<PackageName>) pname version src;
```

- pkgs 
```
stdenv.mkDerivation rec {
 inherit (sources.<PackageName>) pname version src;
```

Resolves #299 

Co-authored-by: GTrunSec <gtrunsec@hardenedlinux.org>
Co-authored-by: David Arnold <dgx.arnold@gmail.com>
2021-06-25 02:39:01 +00:00
David Arnold
b927d97ce2
doc: nvfetcher 2021-06-24 21:37:51 -05:00
GTrunSec
ee89bf3f2a
feature: Add pkgs fetch manager nvfetcher
Co-authored-by: David Arnold <dar@xoe.solutions>
2021-06-24 21:37:50 -05:00
bors[bot]
5f5c26bee3
Merge #329
329: bump digga to latest develop r=nrdxp a=blaggacao



Co-authored-by: David Arnold <dgx.arnold@gmail.com>
2021-06-25 02:17:44 +00:00
David Arnold
1c80b508ca
bump: nixpkgs to avoid https://github.com/NixOS/nixpkgs/pull/127720 2021-06-24 18:15:15 -05:00
David Arnold
3cc28b3adb
bump digga to latest develop 2021-06-24 18:11:24 -05:00
bors[bot]
ab4bd584e2
Merge #326
326: ref: pass our lib as lib.our to the module system r=Pacman99 a=blaggacao

At least we don't find ourselves with strange module signatures
and use something that looks like a dedicated namespace within
he module system: `config.lib`

---

```shell
➜  devos git:(da/pass-lib-as-config-lib) rg ourLib
➜  devos git:(da/pass-lib-as-config-lib) # nothing found
```

Co-authored-by: David Arnold <dar@xoe.solutions>
2021-06-14 06:45:35 +00:00
David Arnold
62683b24ac
ref: pass our lib as lib.our to the module system
At least we don't find ourselves with strange module signatures
and use something that looks like a dedicated namespace within
he module system: `config.lib`
2021-06-13 23:30:05 -05:00
David Arnold
e1d7178979 init: common flake compat fixes for other nixpkgs
fixes #315
2021-06-13 22:59:24 -05:00
Bad
3a416a1eca Merge branch 'config' of im.badat.dev:bad/devos into config 2021-06-13 22:34:43 +02:00
Bad
3bc3f55d8b Add rust 2021-06-13 22:17:58 +02:00
David Arnold
0e1947b6f0
add upstream issue report template 2021-06-13 12:27:20 -05:00
Bad
66cc4e7e3d Merge remote-tracking branch 'github/core' into config 2021-06-12 17:09:44 +02:00
Bad
97eeaf6849 Add network manager to tesco 2021-06-12 10:38:09 +02:00
Bad
7086ad50d8 Update flake.lock 2021-06-12 10:33:12 +02:00
bors[bot]
b3118a6ea2
Merge #301
301: Update core r=blaggacao a=Pacman99

Most of the changes were in digga

Co-authored-by: Pacman99 <pachum99@gmail.com>
Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Co-authored-by: Pacman99 <pachum99@myrdd.info>
Co-authored-by: Jarosław Wygoda <jaroslaw@wygoda.me>
Co-authored-by: almostnobody <1583339+almostnobody@users.noreply.github.com>
2021-06-09 01:41:45 +00:00
Pacman99
a7c20465ec doc/suites: updating explanation of suites 2021-06-08 18:27:54 -07:00
Pacman99
5831adb061 flake: switch to digga master
To use the now released v0.2.0
2021-06-08 18:14:32 -07:00
Pacman99
4d1b3a5e13 Merge pull request #311 from almostnobody/patch-1
override module doc: fix #310
2021-06-08 14:11:56 -07:00
Pacman99
9dcc4adeef
Merge pull request #311 from almostnobody/patch-1
override module doc: fix #310
2021-06-08 14:07:19 -07:00
almostnobody
d852305c4c
Update doc/concepts/overrides.md
Co-authored-by: Pacman99 <pachum99@myrdd.info>
2021-06-08 22:24:24 +03:00
almostnobody
c30e8c5ca2
override module doc: fix #310 2021-06-08 22:10:17 +03:00
Bad
e0081668e0 Don't disable mouse while typing 2021-06-06 12:41:59 +02:00
Bad
04e5d78b64 Add core to default profile 2021-06-06 12:41:59 +02:00
Pacman99
fb41643ed6
Merge pull request #304 from Pacman99/update-docs
docs: general updates
2021-06-05 10:13:06 -07:00
Pacman99
fe3a624930 docs: general updates 2021-06-05 10:10:05 -07:00
Pacman99
30892d83eb gitignore: add flk command results 2021-06-03 22:42:45 -07:00
Bad
3ddfe3beb4 Remove genymotion from androidev 2021-06-03 22:02:32 +02:00
Bad
94bc4c00e0 Add core to suites 2021-06-03 17:27:35 +02:00
Bad
71563734ca Merge branch 'core' into config 2021-06-03 14:35:53 +00:00
Bad
d16f5cc727 Fix clangd 2021-06-03 11:57:45 +02:00
Bad
e1f8b93c55 Add twemoji as the default emoji font 2021-06-03 11:57:39 +02:00
bors[bot]
1a87b83b5d
Merge #302
302: customBuilds: add digitalOcean r=Pacman99 a=jwygoda

https://github.com/divnix/digga/pull/42

Co-authored-by: Jarosław Wygoda <jaroslaw@wygoda.me>
2021-06-03 07:45:26 +00:00
Jarosław Wygoda
454b27937f customBuilds: add digitalOcean 2021-06-03 08:48:25 +02:00
Bad
bc907b30f6 Fix rust-analyzer 2021-06-01 22:04:48 +02:00
Pacman99
7110767300
Merge pull request #300 from Pacman99/update-digga
flake: update to new digga api
2021-06-01 12:40:31 -07:00
Pacman99
8e250d5084 flake: add agenix to devShell 2021-06-01 11:32:20 -07:00
Pacman99
d9082066f7 flake: update to new digga api 2021-06-01 11:32:20 -07:00
Bad
050473972f Add syncplay 2021-05-30 21:24:39 +02:00
Bad
46183df1ce Add nheko to workstation 2021-05-30 19:50:10 +02:00