mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
building without tf state
This commit is contained in:
parent
e4bd7ee5e6
commit
6779ac1c65
5 changed files with 17 additions and 12 deletions
|
|
@ -1,3 +1,5 @@
|
|||
{ config, ... }: {
|
||||
{ config, meta, lib, ... }: {
|
||||
imports = lib.optional (meta.trusted ? modules.nixos) meta.trusted.modules.nixos.deploy;
|
||||
|
||||
home-manager.users.root.home.stateVersion = "20.09";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue