Remvoe hosts block

This commit is contained in:
Bad 2021-04-24 23:26:09 +02:00
parent 7763490e0a
commit 56f5094be1

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 pwn ]; workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn ];
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 hosts_block]; lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
}; };
user = with userProfiles; rec { user = with userProfiles; rec {
base = [ direnv git ]; base = [ direnv git ];