nixops: fix command-not-found

pull/20/head
Sebastien Bourdeauducq 2021-03-29 14:01:46 +08:00
parent 4773c9c387
commit b56510dbbf
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ in
{
deployment.targetHost = host;
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
programs.command-not-found.dbPath = "${pkgs.path}/programs.sqlite";
imports =
[

View File

@ -7,6 +7,7 @@ in
{
deployment.targetHost = host;
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
programs.command-not-found.dbPath = "${pkgs.path}/programs.sqlite";
imports =
[

View File

@ -4,6 +4,7 @@
{
deployment.targetHost = host;
nix.nixPath = [ "nixpkgs=${pkgs.path}" ];
programs.command-not-found.dbPath = "${pkgs.path}/programs.sqlite";
nixpkgs.system = "aarch64-linux";
boot.loader.grub.enable = false;

View File

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