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
{
deployment.targetHost = host;
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
imports =
[

View File

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

View File

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