Merge branch 'config' of im.badat.dev:bad/devos into config
This commit is contained in:
commit
8910cacc2a
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 ];
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue