Import roles module into workstation template so host role options exist
This commit is contained in:
parent
5952938e76
commit
25ec73bd53
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
|
../roles/default.nix
|
||||||
../workstation
|
../workstation
|
||||||
../common/boot.nix
|
../common/boot.nix
|
||||||
../common/networking.nix
|
../common/networking.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue