Shut up a warning
This commit is contained in:
parent
bf78a27ac9
commit
d51eed833a
|
@ -13,7 +13,7 @@ let
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{ services.openssh.enable = true;
|
{ services.openssh.enable = true;
|
||||||
virtualisation.writableStore = true;
|
virtualisation.writableStore = true;
|
||||||
environment.nix = nix;
|
nix.package = nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Trivial Nix expression to build remotely.
|
# Trivial Nix expression to build remotely.
|
||||||
|
|
Loading…
Reference in a new issue