mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 01:07:23 +08:00
vbox exts
This commit is contained in:
parent
25e1709ef9
commit
0976e1ecaa
3 changed files with 7 additions and 4 deletions
|
|
@ -22,7 +22,7 @@
|
|||
127.0.0.1 facebook.com
|
||||
127.0.0.1 www.facebook.com
|
||||
|
||||
127.0.0.1 app.slack.com
|
||||
127.0.0.1 discord.com
|
||||
#127.0.0.1 app.slack.com
|
||||
#127.0.0.1 discord.com
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
users.extraGroups.vboxusers.members = [ "srid" ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-p53
|
||||
./features/email
|
||||
./features/desktopish
|
||||
./features/virtualbox
|
||||
./features/virtualbox.nix
|
||||
./features/block-socialmedia.nix
|
||||
#./features/server-mode.nix
|
||||
# ./features/postgrest.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue