Merge branch 'config' of im.badat.dev:bad/devos into config

This commit is contained in:
Bad 2021-04-15 19:32:36 +02:00
commit 8910cacc2a
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 ];
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn ];
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 {
base = [ direnv git ];