add a temp hosts block

This commit is contained in:
Bad 2021-04-15 14:43:45 +02:00
parent 06f22fd874
commit a278aa743d
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{
networking.extraHosts =
''
127.0.0.1 is.badat.dev
'';
}

View file

@ -4,7 +4,7 @@
base = [ users.mae users.root ]; base = [ users.mae users.root ];
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents ]; workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents ];
desktop = workstation ++ [ users.mae-desk amd school three_dee ]; desktop = workstation ++ [ users.mae-desk amd school three_dee ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ]; lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager hosts_block];
}; };
user = with userProfiles; rec { user = with userProfiles; rec {
base = [ direnv git ]; base = [ direnv git ];