formatting and removed old code

This commit is contained in:
pazpi 2024-08-28 21:03:48 +02:00
parent 6c700e2c5e
commit 7811654fb7
6 changed files with 26 additions and 125 deletions

View file

@ -1,6 +1,7 @@
{
imports = [
./commons.nix
./helper-functions.nix
./server-node-users.nix
];
}

View file

@ -1,7 +1,8 @@
{ lib
, config
, pkgs
, ...
{
lib,
config,
pkgs,
...
}:
let
cfg = config.my.utils.serverNodeUsers;