Skip to content

Instantly share code, notes, and snippets.

@LEXUGE

LEXUGE/foo.nix Secret

Last active April 15, 2020 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LEXUGE/57267b1217a87090dafffb4e8e27bbf3 to your computer and use it in GitHub Desktop.
Save LEXUGE/57267b1217a87090dafffb4e8e27bbf3 to your computer and use it in GitHub Desktop.
myUserSettings = {
regular = {
users.users.foo = {
isNormalUser = true;
hashedPassword = "bar";
};
};
options-for-modules-based-on-hm = {
users.users.foo = {
packages = with pkgs; [some packages];
enable-bluetooth = true;
};
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment