..
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
|
||||
|
||||
home.file = {
|
||||
".config/zed".source = config.lib.file.mkOutOfStoreSymlink "${workDir}/config/zed";
|
||||
".davfs2/secrets".source = config.lib.file.mkOutOfStoreSymlink "${secretsDir}/davfs2-secrets";
|
||||
|
||||
#".mozilla/firefox".source = config.lib.file.mkOutOfStoreSymlink "${persistentDir}/firefox";
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
isNormalUser = true;
|
||||
#passwordFile = "${secretsDir}/me-pwd";
|
||||
password = "changeme";
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" "plugdev" "video" "render" ];
|
||||
};
|
||||
|
||||
home-manager.extraSpecialArgs = {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
isNormalUser = true;
|
||||
#passwordFile = "${secretsDir}/me-pwd";
|
||||
password = "changeme";
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" "plugdev" ]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" "plugdev" "video" "render" ];
|
||||
};
|
||||
|
||||
home-manager.extraSpecialArgs = {
|
||||
|
||||
Reference in New Issue
Block a user