mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
thinkman: hotfix serverle dns-settings
This commit is contained in:
parent
6cdaca8da6
commit
9eb4bc1e5e
2 changed files with 12 additions and 2 deletions
|
@ -4,8 +4,9 @@
|
|||
./boot.nix
|
||||
./disks.nix
|
||||
./hardware-configuration.nix
|
||||
./services.nix
|
||||
./network.nix
|
||||
./profiles.nix
|
||||
./services.nix
|
||||
./system.nix
|
||||
../../legacy/modules/desktop-default.nix
|
||||
../../legacy/modules/desktop-development.nix
|
||||
|
@ -28,7 +29,6 @@
|
|||
# needed for cross-compilation
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
|
||||
system = {
|
||||
stateVersion = "22.11";
|
||||
autoUpgrade.enable = true;
|
||||
|
|
10
machines/thinkman/network.nix
Normal file
10
machines/thinkman/network.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
# network settings
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
# hotfixes for dns settings
|
||||
networking.extraHosts = ''
|
||||
192.168.178.60 stunkymonkey.de
|
||||
192.168.178.60 movies.stunkymonkey.de
|
||||
192.168.178.60 series.stunkymonkey.de
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue