forked from M-Labs/it-infra
nixops: sync nix channel
This commit is contained in:
parent
d963c7936a
commit
6379ae6886
|
@ -6,6 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
deployment.targetHost = host;
|
||||
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
|
||||
|
||||
imports =
|
||||
[
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
deployment.targetHost = host;
|
||||
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
|
||||
|
||||
imports =
|
||||
[
|
||||
|
|
|
@ -6,6 +6,7 @@ let
|
|||
in
|
||||
{
|
||||
deployment.targetHost = host;
|
||||
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
|
||||
nixpkgs.system = "aarch64-linux";
|
||||
|
||||
boot.loader.grub.enable = false;
|
||||
|
|
Loading…
Reference in New Issue