nix-daemon.nix: Shut up warning
This commit is contained in:
parent
27d2857a99
commit
9d0de0dc57
@ -446,7 +446,7 @@ in
|
|||||||
system.activationScripts.nix = stringAfter [ "etc" "users" ]
|
system.activationScripts.nix = stringAfter [ "etc" "users" ]
|
||||||
''
|
''
|
||||||
# Create directories in /nix.
|
# Create directories in /nix.
|
||||||
${nix}/bin/nix ping-store
|
${nix}/bin/nix ping-store --no-net
|
||||||
|
|
||||||
# Subscribe the root user to the NixOS channel by default.
|
# Subscribe the root user to the NixOS channel by default.
|
||||||
if [ ! -e "/root/.nix-channels" ]; then
|
if [ ! -e "/root/.nix-channels" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user