Compare commits
3 commits
0ccc06a09c
...
2ab2998e68
Author | SHA1 | Date | |
---|---|---|---|
|
2ab2998e68 | ||
|
ffbd5d49d8 | ||
|
b12a34233b |
2 changed files with 8 additions and 1 deletions
|
@ -29,6 +29,9 @@
|
||||||
tig
|
tig
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# required when using kitty
|
||||||
|
environment.enableAllTerminfo = true;
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.user = {
|
config.user = {
|
||||||
|
@ -43,4 +46,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.emacs = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -95,7 +95,7 @@ in
|
||||||
networks."40-br0" = {
|
networks."40-br0" = {
|
||||||
matchConfig.Name = "br0";
|
matchConfig.Name = "br0";
|
||||||
address = [
|
address = [
|
||||||
"192.168.1.28/24"
|
"192.168.1.108/24"
|
||||||
];
|
];
|
||||||
routes = [
|
routes = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue