Skip to content
Snippets Groups Projects
Commit 291fb6b4 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add 'adobe' user

parent a55ff784
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,17 @@
packages = with pkgs; [ direnv ];
};
users.users.adobe = {
isNormalUser = true;
uid = 1202;
passwordFile = "/etc/secrets/passwords/jens";
extraGroups = [
];
packages = [
#pkgs.adobe-reader
];
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment