tomate: configure ifsr-apb network

This commit is contained in:
Rouven Seifert 2024-04-16 10:58:35 +02:00
parent 83db5399d7
commit 5b95918c29
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 44 additions and 6 deletions

View file

@ -8,6 +8,7 @@
imports =
[
# Include the results of the hardware scan.
./network.nix
./hardware-configuration.nix
];
@ -15,8 +16,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "tomate"; # Define your hostname.
networking.nftables.enable = true;
nix = {
settings = {
@ -29,8 +28,6 @@
};
};
# Enable networking
networking.networkmanager.enable = true;
# Set your time zone.
time.timeZone = "Europe/Berlin";