Fix config problems mainly with pianonix

This commit is contained in:
2024-06-15 08:27:10 +02:00
parent 603d84c03b
commit ecc269ae37
4 changed files with 86 additions and 4 deletions

View File

@ -20,7 +20,7 @@
networking.networkmanager.enable = true;
networking.hostName = "pianonix"; # Define your hostname.
networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# Set your time zone.
time.timeZone = "Europe/Berlin";
@ -95,7 +95,6 @@
isNormalUser = true;
description = "Julian";
uid = 1000;
gid = 1000;
group = "julian";
extraGroups = [
"networkmanager"
@ -104,6 +103,9 @@
];
packages = with pkgs; [ ]; # Using home-manager instead
};
users.groups.julian = {
gid = 1000;
};
programs.nix-ld.enable = true;