no wheel for thy
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
|
||||
nix.settings.allowed-users = [ "bartvbl" ];
|
||||
nix.settings.trusted-users = [ "bartvbl" ];
|
||||
|
||||
users.users.bartvbl = {
|
||||
isNormalUser = true;
|
||||
uid = 1004;
|
||||
description = "Bart Iver van Blokland";
|
||||
extraGroups = [ "networkmanager" "wheel" ]; # TODO: NAS stuff
|
||||
extraGroups = [ "users" ];
|
||||
shell = pkgs.bashInteractive;
|
||||
packages = with pkgs; [
|
||||
rsync
|
||||
|
||||
Reference in New Issue
Block a user