make sure options are available on private servers
Some checks failed
use nix / build (push) Failing after 3m30s
Some checks failed
use nix / build (push) Failing after 3m30s
This commit is contained in:
parent
c9ef91cde0
commit
374e358879
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
pkgs.lib.nixosSystem {
|
pkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
|
(import ./nixos/options.nix)
|
||||||
(./. + "/nixos/boxes/${hostname}")
|
(./. + "/nixos/boxes/${hostname}")
|
||||||
(import ./nixos/server-common.nix)
|
(import ./nixos/server-common.nix)
|
||||||
sops.nixosModules.sops
|
sops.nixosModules.sops
|
||||||
|
|
Loading…
Reference in a new issue