nixos-config/configurations/host/waffentrager/services/auth/default.nix

15 lines
161 B
Nix
Raw Normal View History

2024-04-12 09:56:47 +02:00
{ config, materusArg, lib, pkgs, ... }:
let
cfg = config.waffentragerService.auth;
in
{
imports =
[
./samba.nix
];
2024-07-09 23:45:39 +02:00
config =
2024-04-12 09:56:47 +02:00
{
};
}