nixops: sync nix channel

pull/13/head
Sebastien Bourdeauducq 2020-12-12 15:01:38 +08:00
parent d963c7936a
commit 6379ae6886
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ let
in in
{ {
deployment.targetHost = host; deployment.targetHost = host;
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
imports = imports =
[ [

View File

@ -3,6 +3,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
deployment.targetHost = host; deployment.targetHost = host;
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
imports = imports =
[ [

View File

@ -6,6 +6,7 @@ let
in in
{ {
deployment.targetHost = host; deployment.targetHost = host;
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
nixpkgs.system = "aarch64-linux"; nixpkgs.system = "aarch64-linux";
boot.loader.grub.enable = false; boot.loader.grub.enable = false;