per hardware symlinks

This commit is contained in:
foosinn 2020-08-30 12:40:06 +02:00
parent 3a95b52864
commit fc21e4193c
3 changed files with 29 additions and 13 deletions

View file

@ -18,16 +18,7 @@
./roles/vpn.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "raven";
networking.hostId = "e3a397c5";
networking.useDHCP = false;
networking.interfaces.wlo1.useDHCP = true;
networking.resolvconf.useLocalResolver = true;
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Europe/Berlin";