setting up media server
This commit is contained in:
parent
d2e7573bea
commit
2a695ab10e
1 changed files with 8 additions and 3 deletions
|
@ -101,9 +101,14 @@
|
|||
};
|
||||
|
||||
|
||||
programs.git.enable = true;
|
||||
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "matt@emenel.ca";
|
||||
userName = "Matt Nish-Lapidus";
|
||||
ignores = [
|
||||
".DS_Store"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue