nixos/tests/hardened.nix: get rid of with lib

This commit is contained in:
AndersonTorres 2023-01-14 00:19:27 -03:00 committed by Anderson Torres
parent 4c6a141720
commit d87f1b8c9f

View File

@ -6,7 +6,6 @@ import ./make-test-python.nix ({ pkgs, ... } : {
nodes.machine =
{ lib, pkgs, config, ... }:
with lib;
{ users.users.alice = { isNormalUser = true; extraGroups = [ "proc" ]; };
users.users.sybil = { isNormalUser = true; group = "wheel"; };
imports = [ ../modules/profiles/hardened.nix ];