nord gnome dbus stuff
This commit is contained in:
@@ -20,12 +20,24 @@
|
||||
home-manager.users.pbsds = if config.services.xserver.desktopManager.gnome.enable
|
||||
then import ./home/gnome.nix
|
||||
else import ./home;
|
||||
|
||||
users.groups.pbsds.gid = 1001; # TODO: remove this, add a uid map to NFS instead
|
||||
users.users.pbsds = {
|
||||
isNormalUser = true;
|
||||
uid = 1001; # TODO: uid mapping be done at nfs-mount level? That way we can enforce
|
||||
description = "pbsds";
|
||||
extraGroups = [ "pbsds" "networkmanager" "wheel" "nixbld" ]; # TODO: NAS stuff
|
||||
extraGroups = [
|
||||
"pbsds"
|
||||
"networkmanager"
|
||||
"audio"
|
||||
"sound"
|
||||
"video"
|
||||
"input"
|
||||
"tty"
|
||||
"wheel"
|
||||
"nixbld"
|
||||
# TODO: NAS stuff
|
||||
];
|
||||
initialHashedPassword = "$6$yNgxTHcP1UYkNwuZ$1sBehnKgPjVnDe0tSV8kyfynWpfjDzuohZX6SoTrMnYFa3/aiMOtI6JppYevl.M6qYhBIT0XBvL6TqSSFWn8B/";
|
||||
|
||||
# TODO: fetch from github?
|
||||
|
||||
Reference in New Issue
Block a user