add a temp hosts block
This commit is contained in:
parent
06f22fd874
commit
a278aa743d
2 changed files with 7 additions and 1 deletions
6
profiles/hosts_block/default.nix
Normal file
6
profiles/hosts_block/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
networking.extraHosts =
|
||||||
|
''
|
||||||
|
127.0.0.1 is.badat.dev
|
||||||
|
'';
|
||||||
|
}
|
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue