tomate: init sssd

This commit is contained in:
Rouven Seifert 2023-12-12 12:57:47 +01:00
parent 3ee4380328
commit 220136af25
Signed by untrusted user: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 42 additions and 15 deletions

View file

@ -101,18 +101,6 @@
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.fsr = {
isNormalUser = true;
description = "FSR Informatik";
extraGroups = [ "networkmanager" ];
packages = with pkgs; [
firefox
kate
# thunderbird
];
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;