options: init
This commit is contained in:
parent
e1e94504e4
commit
f33525f565
4 changed files with 28 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
{ config, enableGUI, inputs, modules, overlays, ... }: {
|
||||
{ config, inputs, modules, ... }: {
|
||||
imports = [ modules.options ];
|
||||
|
||||
environment.etc = {
|
||||
"machine-id".source = "/persist/machine-id";
|
||||
"ssh/ssh_host_rsa_key".source = "/persist/ssh_host_rsa_key";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue