Timothy DeHerrera
fe0e81b72e
niximg: fix nixos user
2020-01-11 00:24:12 -07:00
Timothy DeHerrera
8d8ae7ec7b
flake.lock: update
2020-01-11 00:05:34 -07:00
Timothy DeHerrera
e078e7a229
DOC.md: split off from README.md
...
Keep the README.md lean and use DOC.md for more detailed explanations. While
revising user documentation, a default `nixos` user profile was created, which
serves as a goood base example.
2020-01-10 23:49:18 -07:00
Timothy DeHerrera
9b64b50ee8
flake.nix: consistent default.nix
semantics
2020-01-10 22:39:42 -07:00
Timothy DeHerrera
cef548d232
Revert "Merge branch 'nur' into template"
...
This reverts commit 48afb873c1
, reversing
changes made to 7e58e0457e
.
2020-01-10 21:55:09 -07:00
Timothy DeHerrera
48afb873c1
Merge branch 'nur' into template
2020-01-10 00:41:03 -07:00
Timothy DeHerrera
db5bc5f57c
README.md: add NUR usage
2020-01-10 00:38:59 -07:00
Timothy DeHerrera
506e810b9f
flake: initial NUR support
2020-01-10 00:10:59 -07:00
Timothy DeHerrera
7e58e0457e
flake: update flake.lock
2020-01-10 00:10:01 -07:00
Timothy DeHerrera
ed6a3e2e00
postgres: init profile
2020-01-08 13:40:53 -07:00
Timothy DeHerrera
fd50518214
Merge pull request #7 from nrdxp/enhance/mitigations
...
security#mitigations: init module
2020-01-08 13:33:08 -07:00
Timothy DeHerrera
413a6c75f6
security#mitigations: init module
...
Resolves #6 by breaking out the disabling of mitigations into it's own module.
Now users must explicitly accept the risk of disabling Spectre and Meltdown
mitigations with `security.mitigations.acceptRisk` in addition to actually
disabling them with `security.mitigations.disable`.
2020-01-08 13:28:49 -07:00
Timothy DeHerrera
86a1974010
Merge pull request #5 from bbigras/patch-1
...
fix typos in README.md
2020-01-08 12:41:38 -07:00
Timothy DeHerrera
030eb7d9c2
README.md: advise about nix-channels deprecation
2020-01-07 16:37:46 -07:00
Bruno Bigras
fc3b375381
fix typos in README.md
2020-01-07 15:57:55 -05:00
Timothy DeHerrera
7d69d15ff5
virt: add to exported profiles
2020-01-07 13:11:14 -07:00
Timothy DeHerrera
ef5d61af76
pkgs#pure: init at 0e87bd8
2020-01-07 13:05:38 -07:00
Timothy DeHerrera
56be97690f
README.md: expand on quick setup details
2020-01-07 13:04:32 -07:00
Timothy DeHerrera
6d537c35c4
shell.nix: run nix build as root
...
Variables mist be preserved so use `sudo -E`. Fixes #4 .
2020-01-07 13:02:35 -07:00
Timothy DeHerrera
0bf18acdd4
virt: init profile
2020-01-06 23:44:54 -07:00
Timothy DeHerrera
b18c93a124
rebuild: iso builds "out of the box"
2020-01-06 23:44:35 -07:00
Timothy DeHerrera
c6cb43fc21
develop#zsh: check of ~/.zcompdump exists
2020-01-06 22:35:33 -07:00
Timothy DeHerrera
8f52fbd807
README.md: emphasize that users are profiles
2020-01-06 17:24:25 -07:00
Timothy DeHerrera
5b49f1d1bf
README.md: removed flake vcs info by mistake
...
Adding it back resolves #2 .
2020-01-06 17:03:10 -07:00
Timothy DeHerrera
31c3fd8acc
core: don't set root password
2020-01-06 00:38:12 -07:00
Timothy DeHerrera
c914a607da
flake: changed by mistake; revert
2020-01-06 00:26:48 -07:00
Timothy DeHerrera
32381093ad
README.md: clarify overlays better
2020-01-06 00:16:21 -07:00
Timothy DeHerrera
395be3f74c
legacy: pull in all overlays
2020-01-06 00:07:26 -07:00
Timothy DeHerrera
4cf8048807
overlays: init overlays directory
...
Overlays now live globally in the overlays directory. They will be
pulled into the flake and the rest of your configuration automatically
from there.
2020-01-06 00:01:00 -07:00
Timothy DeHerrera
e92bb060ee
utils: rename utils
to usr
for module args
...
Avoids a name conflict.
2020-01-05 23:01:00 -07:00
Timothy DeHerrera
6770621c70
utils: add to specialArgs
...
All the utility functions defined in lib/utils.nix are now easily
accessible via NixOS module arguements, i.e. `{ utils, ... }:`
2020-01-05 22:41:19 -07:00
Timothy DeHerrera
f04bc17c89
README.md: don't specify branch name
2020-01-05 18:57:04 -07:00
Timothy DeHerrera
7caae5b8bc
develop:zsh: new shell functions
...
* rnm: don't ever repeat yourself in the shell
* chext: easily change file extension
2020-01-05 18:36:18 -07:00
Timothy DeHerrera
97c87299de
README.md: further refinements
2020-01-05 18:26:09 -07:00
Timothy DeHerrera
9670fa4b0f
Revert "utils: now lives in lib.utils globally"
...
This reverts commit c9944b411e
.
Causes infinite recursion, revert for now while exploring possible
solutions.
2020-01-05 15:39:59 -07:00
Timothy DeHerrera
c9944b411e
utils: now lives in lib.utils globally
2020-01-05 03:45:59 -07:00
Timothy DeHerrera
e7153d31fe
README.md: be more concise
2020-01-05 03:43:28 -07:00
Timothy DeHerrera
6a6efbdda0
Update issue templates
2020-01-04 17:21:01 -07:00
Timothy DeHerrera
b328616d76
CONTRIBUTING.md: break off from README.md
2020-01-04 17:16:59 -07:00
Timothy DeHerrera
5976084fa2
configuration.nix: import module list directly
2020-01-04 16:40:16 -07:00
Timothy DeHerrera
a4a1908af2
README.md: reflect changes to profiles
2020-01-04 16:32:57 -07:00
Timothy DeHerrera
a3dcc4f6bc
profiles: convert to list same as modules
2020-01-04 16:23:15 -07:00
Timothy DeHerrera
ae303b39fd
modules: convert to list to match nixpkg sematics
2020-01-04 16:08:49 -07:00
Timothy DeHerrera
0b131c0bf1
README.md: add missing apostophe
2020-01-04 15:33:51 -07:00
Timothy DeHerrera
8ab0a92850
Idiomatic semantics for overlays changed
...
The idiom of 'self: super:' is changing upstream to 'final: prev:'.
2020-01-04 15:30:00 -07:00
Timothy DeHerrera
a9765f7df6
Merge pull request #1 from bbigras/patch-1
...
fix some typos in README.md
2020-01-04 13:52:37 -07:00
Bruno Bigras
998ab8ca42
fix some typos in README.md
2020-01-04 00:51:23 -05:00
Timothy DeHerrera
16b8136f50
change formatter to nixfmt
2020-01-03 22:06:31 -07:00
Timothy DeHerrera
916add2921
profiles: export additional subprofiles
2020-01-03 21:30:27 -07:00
Timothy DeHerrera
c2fa18a063
graphical#qutebrowser: init
...
The current qutebrowser configuration is sufficiently complex that it
benefits from being factored out into a separate subprofile. An
additional benefit is that this subprofile is now exported via the
`nixosModules` flake output.
2020-01-03 21:21:33 -07:00