mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
nixos/tests/hardened.nix: get rid of with lib
This commit is contained in:
parent
4c6a141720
commit
d87f1b8c9f
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user