mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Merge branch 'prod' into test
This commit is contained in:
commit
fdc163cd8e
4 changed files with 15 additions and 4 deletions
|
|
@ -32,6 +32,9 @@ in {
|
|||
bitwarden-cli
|
||||
yaak
|
||||
vimgolf
|
||||
httpie
|
||||
protonvpn-cli
|
||||
protonvpn-gui
|
||||
;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ in {
|
|||
"hosts/common/core/editor.nix"
|
||||
"hosts/common/core/fonts.nix"
|
||||
"hosts/common/core/sudo.nix"
|
||||
"hosts/common/core/nebula.nix"
|
||||
"hosts/common/core/avahi.nix"
|
||||
"hosts/common/core/dns.nix"
|
||||
"hosts/common/users/primary"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,14 @@
|
|||
{
|
||||
virtualisation.virtualbox.host = {
|
||||
enable = true;
|
||||
addNetworkInterface = true;
|
||||
virtualisation.virtualbox = {
|
||||
host = {
|
||||
enable = true;
|
||||
addNetworkInterface = true;
|
||||
};
|
||||
guest = {
|
||||
enable = true;
|
||||
vboxsf = true;
|
||||
dragAndDrop = true;
|
||||
clipboard = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ in {
|
|||
"networkmanager"
|
||||
"scanner" # for print/scan"
|
||||
"lp" # for print/scan"
|
||||
"vboxusers"
|
||||
])
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue