update cookied input
This commit is contained in:
parent
496b493efa
commit
a53076e076
3 changed files with 8 additions and 5 deletions
|
@ -30,7 +30,6 @@ let
|
|||
fqdnParts = nixpkgs.lib.strings.splitString "." name;
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [ flake.inputs.cookied.overlays.default ];
|
||||
networking.hostName = builtins.head fqdnParts;
|
||||
networking.domain =
|
||||
if ((builtins.length fqdnParts) > 1) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue