no wheel for thy

This commit is contained in:
2024-07-31 21:47:36 +02:00
parent aa52db52e3
commit c94f8ff0fa
8 changed files with 32 additions and 10 deletions

View File

@@ -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