1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00
Commit graph

617 commits

Author SHA1 Message Date
Periklis Tsirakidis
17af73ddd5
Fix args passing to execvp 2018-08-01 19:40:59 +02:00
Daiderd Jordan
9f18c93771
Merge pull request #85 from kirelagin/more-nix
installer: Bring our own `nix-instantiate`
2018-06-29 15:51:39 +02:00
Kirill Elagin
2fec230ccc installer: Bring our own nix-instantiate 2018-06-29 15:15:35 +03:00
Daiderd Jordan
c1a1ac273d
users: add forceRecreate option 2018-06-22 12:16:51 +02:00
Daiderd Jordan
a9db65f39a
lnl: enable socket listener for nix-daemon service 2018-06-21 15:23:46 +02:00
Daiderd Jordan
9987c71c83
nix-daemon: add tests 2018-06-21 15:22:12 +02:00
Daiderd Jordan
27a5758728
nix-daemon: add option to make service socket activated
This makes the service start on demand when a client connects to the
daemon socket, instead of keeping it alive.

    services.nix-daemon.enableSocketListener = true;
2018-06-21 15:20:49 +02:00
Daiderd Jordan
a2a7e8173f
lnl: fix hydra-bad-machines, whitespace? 2018-06-07 20:55:16 +02:00
Daiderd Jordan
81169fc83e
lnl: add hydra-bad-machines alias 2018-06-07 01:18:48 +02:00
Daiderd Jordan
b0a8af6cc9
lnl: add nix aliases 2018-06-06 23:18:06 +02:00
Daiderd Jordan
6f970ca1b0
Merge pull request #81 from periklis/service-offlineimap
Init offlineimap service
2018-06-06 20:39:19 +02:00
Periklis Tsirakidis
94fdf827e1 Add appropriate option defaults 2018-06-05 10:55:01 +02:00
Periklis Tsirakidis
b85d89a1ae Init offlineimap service 2018-06-04 16:25:07 +02:00
Daiderd Jordan
07175b169b
Merge pull request #80 from kirelagin/gpg-agent
gnupg: add gpg-agent service
2018-05-27 14:41:12 +02:00
Kirill Elagin
8e1f40ad48
gnupg: add gpg-agent service
Fixes #77.
2018-05-18 23:19:06 +03:00
Daiderd Jordan
192e2b40e0
Merge pull request #75 from rvl/buildkite-agent-fixes
buildkite-agent fixes
2018-05-12 11:17:15 +02:00
Rodney Lorrimar
6d6d11fdad fixup! buildkite-agent: fix variable expansion in hook scripts
Addresses PR review comment.
2018-05-10 11:43:49 +01:00
Daiderd Jordan
6dbc6d43b5
nixpkgs: replace usage of deprecated traceValIfNot 2018-05-04 19:12:43 +02:00
Rodney Lorrimar
80baf76185 buildkite-agent: Only start service once networking is available
buildkite-agent gets the hostname at startup, so needs to be started
after the hostname is set.
2018-04-25 09:37:30 +01:00
Rodney Lorrimar
6aac14a46d buildkite-agent: fix variable expansion in hook scripts
@cleverca found this bug in the declarative hooks config. Any shell
variables referenced in a hook script would get expanded by the hooks
directory builder.

Prevent variable expansion by quoting the here doc limit string.
2018-04-25 06:56:28 +01:00
Daiderd Jordan
5ea3bc169a
lnl: fix relativenumber lag? 2018-04-22 14:35:18 +02:00
Daiderd Jordan
49b899dd97
installer: make configuration writable
If the installer is built from a channel or url the example is copied
from the store and won't have write permissions.
2018-04-14 00:28:11 +02:00
Daiderd Jordan
cdab52bbe8
bump stateVersion in examples 2018-04-08 12:01:23 +02:00
Daiderd Jordan
7b028e944b
nix: use literalExample for package 2018-03-29 22:40:51 +02:00
Daiderd Jordan
a8847b28e7
darwin-option: improve default/example printing 2018-03-29 22:34:35 +02:00
Daiderd Jordan
eb1a841b4f
nix: use mkDefault for nix profile 2018-03-29 22:09:26 +02:00
Daiderd Jordan
4b8527e4e3
fix changelog dates, oops 2018-03-29 21:30:42 +02:00
Daiderd Jordan
22e832628f
nix: add version option
This can be used to declare the system version of nix when a profile is
used instead of a package.
2018-03-29 21:19:37 +02:00
Daiderd Jordan
acdcebb508
add changelog entry for nix.package 2018-03-29 21:11:37 +02:00
Daiderd Jordan
cd049bfdf6
nix: use pkgs.nix by default instead of the default profile
This fixes version detection for 2.0.
2018-03-29 21:10:18 +02:00
Daiderd Jordan
4899b6658f
khd: don't depend on kwm directly
Iff the kwm service is enabled the commands will still be in the default PATH.
2018-03-27 21:42:50 +02:00
Daiderd Jordan
bd37b66faf
skhd: simplify service 2018-03-27 21:34:30 +02:00
Daiderd Jordan
072d2e75ab
zsh: fix nix run shells of nix 2.0 2018-03-27 00:32:31 +02:00
Daiderd Jordan
133b43a2cf
readme: update with better example config 2018-03-26 22:47:40 +02:00
Daiderd Jordan
49a56612c0
simple: add comment for nix package/daemon options
Hopefully this helps to clarify the default behaviour.
2018-03-26 22:43:53 +02:00
Daiderd Jordan
f2ff808a4f
nix: update config options for 2.0 2018-03-26 22:14:58 +02:00
Daiderd Jordan
a9e0f71c50
nix-daemon: make cacert overridable without mkForce
Fixes #74
2018-03-26 21:53:31 +02:00
Daiderd Jordan
cde11cf2b8
add changelog entry for ssh.knownHosts 2018-03-06 21:25:23 +01:00
Daiderd Jordan
bb9fe63acd
ssh: add basic tests for known hosts 2018-03-06 21:21:48 +01:00
Daiderd Jordan
2b721afd99
ssh: add option to configure known hosts 2018-03-06 20:42:33 +01:00
Daiderd Jordan
84a3fcadd0
ofborg: add basic test 2018-03-05 23:00:50 +01:00
Daiderd Jordan
2bcccfab29
ofborg: add more comments to the example 2018-03-05 22:43:47 +01:00
Daiderd Jordan
f1f6a81b9a
buildkite: remove package from test closure 2018-03-05 21:46:12 +01:00
Daiderd Jordan
25b2f87b58
skhd: add basic test 2018-03-05 21:41:52 +01:00
Daiderd Jordan
0cd791527f
lnl: fix qes keybinds 2018-03-05 21:23:13 +01:00
Daiderd Jordan
005ccb6987
Merge pull request #73 from peel/master
adds skhd module
2018-03-05 21:10:36 +01:00
peel
81018ab64d removes accessibility setting as it's been removed by darwin
for the record, this is related to https://support.apple.com/en-us/HT204899
2018-03-05 07:10:27 +01:00
Daiderd Jordan
c232436db5
lnl: fix shift keybindings 2018-03-04 18:34:06 +01:00
Piotr Limanowski
577961c162 adds skhd module 2018-03-03 15:25:43 +01:00
Daiderd Jordan
fa21f6426b
lnl: updates 2018-03-03 14:18:57 +01:00