This commit is contained in:
m3tam3re
2024-08-28 16:16:23 +02:00
parent 8a69e8af95
commit 6a18670749
7 changed files with 54 additions and 17 deletions

View File

@@ -46,14 +46,6 @@
variant = "";
};
# Define a user account. Don't forget to set a password with passwd.
users.users.m3tam3re = {
isNormalUser = true;
description = "m3tam3re";
extraGroups = ["networkmanager" "wheel"];
packages = with pkgs; [];
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;