Not ready yet

This commit is contained in:
Florian RICHER 2024-05-27 19:45:09 +02:00
parent cc46a03e64
commit be2affebef
2 changed files with 1 additions and 8 deletions

View file

@ -28,13 +28,6 @@
nixd
];
# Define a user account. Don't forget to set a password with passwd.
users.users.florian = {
isNormalUser = true;
description = "florian";
extraGroups = [ "networkmanager" "wheel" ];
};
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Configure network proxy if necessary