per hardware symlinks
This commit is contained in:
parent
3a95b52864
commit
fc21e4193c
3 changed files with 29 additions and 13 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue