feat(hosts): add doctr & penguin

This commit is contained in:
Felix Schröter 2024-01-30 21:44:02 +01:00
parent e60d1ebeb0
commit 4b1e8fe486
Signed by: felschr
GPG key ID: 671E39E6744C807D
6 changed files with 107 additions and 2 deletions

View file

@ -1,8 +1,10 @@
{ inputs, ... }:
{ inputs, lib, ... }:
let createUser' = import ./createUser.nix;
in {
flake.lib = {
imports = [ ./openwrt.nix ];
options.flake.lib = lib.mkOption { type = with lib.types; lazyAttrsOf raw; };
config.flake.lib = {
createSystem = hostName:
{ hardwareConfig, config }:
({ pkgs, lib, ... }: {