mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
nixos: Evaluation fixes
This commit is contained in:
parent
8339072f08
commit
f2c4760d55
1 changed files with 3 additions and 3 deletions
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
imports = [
|
||||
(import (./hosts + "/${hostName}/nixos"))
|
||||
(import (./private/hosts + "/${hostName}/nixos"))
|
||||
./profiles/common/nixos.nix
|
||||
./private/profile/nixos
|
||||
];
|
||||
] ++ lib.optional (builtins.pathExists ./private/hosts) (import (./private/hosts + "/${hostName}/nixos"))
|
||||
++ lib.optional (builtins.pathExists ./private/profile) ./private/profile/nixos;
|
||||
|
||||
|
||||
options = {
|
||||
deploy.profile.kat = lib.mkEnableOption "uhh meow";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue