summaryrefslogtreecommitdiff
path: root/modules/examples/simple.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-03-26 22:43:12 +0200
committerDaiderd Jordan <daiderd@gmail.com>2018-03-26 22:43:53 +0200
commit49a56612c0526a2ef1d0087d654ba954b687a0db (patch)
tree71815677a0b8c23d063b2a315d771111fb2b9b2d /modules/examples/simple.nix
parentf2ff808a4f673632383e90e2f2342bfed0bab67b (diff)
simple: add comment for nix package/daemon options
Hopefully this helps to clarify the default behaviour.
Diffstat (limited to 'modules/examples/simple.nix')
-rw-r--r--modules/examples/simple.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix
index 68321df..d3cde9c 100644
--- a/modules/examples/simple.nix
+++ b/modules/examples/simple.nix
@@ -7,6 +7,10 @@
[ pkgs.nix-repl
];
+ # Auto upgrade nix package and the daemon service.
+ # services.nix-daemon.enable = true;
+ # nix.package = pkgs.nix;
+
# Create /etc/bashrc that loads the nix-darwin environment.
programs.bash.enable = true;
# programs.zsh.enable = true;