Compare commits
3 Commits
2016-08-28
...
2016-09-15
| Author | SHA1 | Date | |
|---|---|---|---|
| b622554b42 | |||
| 332f40265d | |||
|
|
781973228f |
@@ -20,6 +20,7 @@ in {
|
||||
|
||||
users.extraUsers.root = {
|
||||
openssh.authorizedKeys.keys = [
|
||||
mbpJPierre03
|
||||
radxJPierre03
|
||||
radxRoot
|
||||
phenomTaeradan
|
||||
|
||||
@@ -49,6 +49,7 @@ in
|
||||
];
|
||||
shellAliases = {
|
||||
byobu = "byobu-tmux";
|
||||
jacques-a-dit = "sudo";
|
||||
tree = "tree -C";
|
||||
tree1 = "tree -d -L 1";
|
||||
tree2 = "tree -d -L 2";
|
||||
@@ -58,6 +59,10 @@ in
|
||||
};
|
||||
etc.gitconfig.text = builtins.readFile ./gitconfig;
|
||||
};
|
||||
# programmes qui n'ont pas besoin de sudo pour fonctionner
|
||||
security.setuidPrograms = [
|
||||
"mtr"
|
||||
];
|
||||
programs.bash = {
|
||||
enableCompletion = true;
|
||||
promptInit = builtins.readFile ./bash-prompt.sh;
|
||||
|
||||
Reference in New Issue
Block a user