summaryrefslogtreecommitdiffstats
path: root/hosts/office-precision/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/office-precision/configuration.nix')
-rw-r--r--hosts/office-precision/configuration.nix20
1 files changed, 20 insertions, 0 deletions
diff --git a/hosts/office-precision/configuration.nix b/hosts/office-precision/configuration.nix
index 3c70d91..31ba38e 100644
--- a/hosts/office-precision/configuration.nix
+++ b/hosts/office-precision/configuration.nix
@@ -38,6 +38,22 @@
};
};
+ # Add second ip address for flex-wg-router
+ networking = {
+ _interfaceLabels = {
+ enable = true;
+ interfaces.eth0 = "48:4d:7e:f8:96:47";
+ };
+ interfaces.eth0 = {
+ useDHCP = true;
+
+ ipv4.addresses = [{
+ address = "10.1.1.3";
+ prefixLength = 24;
+ }];
+ };
+ };
+
# Enable user timmy
_users.timmy = {
enable = true;
@@ -96,6 +112,10 @@
gtk.gtk3.bookmarks = [
"file:///media/chexx/chexx cHEXx"
];
+ fonts.fontconfig = {
+ subpixelRendering = "rgb";
+ hinting = "none";
+ };
home.stateVersion = "26.05";
};