mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Rename nixosHostConfig to mkNixosHost
This commit is contained in:
parent
9715c97ac6
commit
ce4262d2e2
5 changed files with 14 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ inputs, ... }: let
|
||||
nixosHostConfig = import ./nixosHostConfig.nix { inherit inputs; };
|
||||
mkNixosHost = import ./mkNixosHost.nix { inherit inputs; };
|
||||
in {
|
||||
inherit (nixosHostConfig)
|
||||
nixosHostConfig
|
||||
inherit (mkNixosHost)
|
||||
mkNixosHost
|
||||
;
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{ inputs, ... }: {
|
||||
nixosHostConfig = {
|
||||
mkNixosHost = {
|
||||
system ? "x86_64-linux",
|
||||
hostname,
|
||||
username ? "gene",
|
||||
Loading…
Add table
Add a link
Reference in a new issue