try disabling the user
This commit is contained in:
parent
ba8da8025c
commit
ee13cd7ac7
1 changed files with 12 additions and 12 deletions
|
|
@ -156,18 +156,18 @@
|
||||||
prismlauncher
|
prismlauncher
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
bayram = {
|
# bayram = {
|
||||||
isNormalUser = true;
|
# isNormalUser = true;
|
||||||
description = "bayram";
|
# description = "bayram";
|
||||||
initialPassword = "changeme";
|
# initialPassword = "changeme";
|
||||||
extraGroups = ["networkmanager"];
|
# extraGroups = ["networkmanager"];
|
||||||
packages = with pkgs; [
|
# packages = with pkgs; [
|
||||||
vlc
|
# vlc
|
||||||
ungoogled-chromium
|
# ungoogled-chromium
|
||||||
prismlauncher
|
# prismlauncher
|
||||||
qbittorrent
|
# qbittorrent
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue