formatting and removed old code
This commit is contained in:
parent
6c700e2c5e
commit
7811654fb7
6 changed files with 26 additions and 125 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./commons.nix
|
||||
./helper-functions.nix
|
||||
./server-node-users.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
{ lib
|
||||
, config
|
||||
, pkgs
|
||||
, ...
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.my.utils.serverNodeUsers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue