From 3262489146d06840a0e7943083c1f4c352ed448d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 3 Apr 2024 19:15:51 +0200 Subject: [PATCH] remove boinc group --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 2015e29..8648b59 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -86,7 +86,7 @@ noa = { isNormalUser = true; description = "Noa Aarts"; - extraGroups = [ "networkmanager" "wheel" "nixpow" "boinc" ]; + extraGroups = [ "networkmanager" "wheel" "nixpow" ]; hashedPassword = "$6$rounds=512400$Zip3xoK2zcoR4qEL$N13YTHO5tpWfx2nKb1sye.ZPwfoRtMQ5f3YrMZqKzzoFoSSHHJ.l5ulCEa9HygFxZmBtPnwlseFEtl8ERnwF50"; }; };