mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Add vmware host
This commit is contained in:
parent
087e35f0f6
commit
3af7fc9477
1 changed files with 14 additions and 0 deletions
14
hosts/vmware/default.nix
Normal file
14
hosts/vmware/default.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs,
|
||||
...
|
||||
}:{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
];
|
||||
networking.hostName = "nixos-vmware";
|
||||
environment.systemPackages = [
|
||||
pkgs.git
|
||||
pkgs.vim
|
||||
pkgs.wget
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue