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