From d87f1b8c9f6060319b277f089f6e698de3fd1567 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sat, 14 Jan 2023 00:19:27 -0300 Subject: nixos/tests/hardened.nix: get rid of `with lib` --- nixos/tests/hardened.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/tests/hardened.nix') diff --git a/nixos/tests/hardened.nix b/nixos/tests/hardened.nix index ccb8581685478..f54506224e51f 100644 --- a/nixos/tests/hardened.nix +++ b/nixos/tests/hardened.nix @@ -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 ]; -- cgit 1.4.1