This commit is contained in:
Tasia Iso 2025-02-02 22:19:32 +01:00
parent 4797a8dd9b
commit 460107851f
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
2 changed files with 1 additions and 9 deletions

View file

@ -9,7 +9,7 @@
users.users.tasia = { users.users.tasia = {
isNormalUser = true; isNormalUser = true;
description = "User"; description = "Tasia";
extraGroups = [ extraGroups = [
"networkmanager" "networkmanager"
"wheel" "wheel"

View file

@ -126,14 +126,6 @@ in {
# Configure console keymap # Configure console keymap
console.keyMap = "de"; console.keyMap = "de";
# Define a user account. Don't forget to set a password with passwd.
users.users.tasia = {
isNormalUser = true;
description = "Tasia";
extraGroups = ["networkmanager" "wheel"];
packages = with pkgs; [];
};
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [