Compare commits

..

No commits in common. "2ab2998e6856c4dd2a0ccb5b9404de69e9150f99" and "0ccc06a09c59cf482a95eee6e341d89592e27552" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -29,9 +29,6 @@
tig tig
]; ];
# required when using kitty
environment.enableAllTerminfo = true;
programs.git = { programs.git = {
enable = true; enable = true;
config.user = { config.user = {
@ -46,8 +43,4 @@
}; };
}; };
services.emacs = {
enable = true;
defaultEditor = true;
};
} }

View file

@ -95,7 +95,7 @@ in
networks."40-br0" = { networks."40-br0" = {
matchConfig.Name = "br0"; matchConfig.Name = "br0";
address = [ address = [
"192.168.1.108/24" "192.168.1.28/24"
]; ];
routes = [ routes = [
{ {