Commit graph

1199 commits

Author SHA1 Message Date
teutat3s 426e4ec460
Init agenix 2021-06-27 17:18:24 +02:00
teutat3s e9d626f69c
Fix mimeapps for txt 2021-06-27 17:14:12 +02:00
teutat3s 75e994e853
Glob matching of the cron name, maybe? 2021-06-25 15:53:44 +02: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
teutat3s 0829154ec4
Fix ryzensun on Devos 2021-06-22 03:10:54 +02:00
teutat3s 00537d84c0
Merge branch 'core' into teutat3s 2021-06-22 03:00:12 +02:00
teutat3s e1e633750a
Init ryzensun on Devos 2021-06-22 02:59:24 +02:00
teutat3s ce618a532d
neovim: only add files in git to tags file 2021-06-21 10:02:25 +02:00
teutat3s 7faf8310bb
Init host: con 2021-06-21 10:02:25 +02:00
teutat3s 40b807044a CI: Fix drone cron daily target (#7)
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/7
Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org>
Co-authored-by: teutat3s <teutates@mailbox.org>
Co-committed-by: teutat3s <teutates@mailbox.org>
2021-06-20 18:56:38 +00:00
teutat3s 8293ebafb4
Improve power management 2021-06-20 15:38:01 +02:00
teutat3s a7352d4bef
Disable keybase for now, too unused 2021-06-20 15:37:29 +02:00
teutat3s a03e44a95a
Adjust keyfile path 2021-06-15 02:11:48 +02:00
teutat3s e4976a58cf
Switch keyboard input toggle, comment out unused battery tweak 2021-06-15 02:05:09 +02:00
teutat3s 9897fb174a
Merge branch 'core' into teutat3s 2021-06-15 01:39:57 +02:00
Benjamin Bädorf a9e304617b feat/upstreaming (#4)
Co-authored-by: Benjamin Bädorf <hello@benjaminbaedorf.eu>
Co-authored-by: teutat3s <teutates@mailbox.org>
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/4
Co-authored-by: Benjamin Bädorf <b12f@noreply.example.org>
Co-committed-by: Benjamin Bädorf <b12f@noreply.example.org>
2021-06-14 23:28:23 +00:00
Benjamin Bädorf fccbc349bd Merge remote-tracking branch 'origin/devos' into core 2021-06-14 21:28:39 +00:00
teutat3s 3e0017a191
fix: dumpyourvms builds 2021-06-14 21:44:38 +02:00
teutat3s b53d7bfaeb
Merge branch 'core' into teutat3s 2021-06-14 20:22:56 +02: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
David Arnold 0e1947b6f0
add upstream issue report template 2021-06-13 12:27:20 -05:00
teutat3s 41b72dfe1c Merge pull request 'Remove fonts, cleanup pub solar overlay' (#3) from fix/cleanup-core into core
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/3
2021-06-09 16:43:36 +00:00
Benjamin Bädorf 54adc61a48
Move overlay to pkgs 2021-06-09 18:42:56 +02:00
Benjamin Bädorf be1b5cc2ff
Remove fonts, cleanup pub solar overlay 2021-06-09 18:38:09 +02:00
Benjamin Bädorf 52b6a54d28
Merge upstream 2021-06-09 18:37:21 +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
teutat3s 6c40b31e79
Initial teutat3s commit 2021-06-06 15:22:44 +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
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
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