From ee13cd7ac7e2fc10b3c2530f940cfd2f15d730c7 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 31 Dec 2024 13:43:48 +0300 Subject: [PATCH] try disabling the user --- hosts/ymir/configuration.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index ccc4152..49b6a36 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -156,18 +156,18 @@ prismlauncher ]; }; - bayram = { - isNormalUser = true; - description = "bayram"; - initialPassword = "changeme"; - extraGroups = ["networkmanager"]; - packages = with pkgs; [ - vlc - ungoogled-chromium - prismlauncher - qbittorrent - ]; - }; + # bayram = { + # isNormalUser = true; + # description = "bayram"; + # initialPassword = "changeme"; + # extraGroups = ["networkmanager"]; + # packages = with pkgs; [ + # vlc + # ungoogled-chromium + # prismlauncher + # qbittorrent + # ]; + # }; }; nixpkgs.config.allowUnfree = true;