Add msi host
This commit is contained in:
parent
e8d8c1c788
commit
b93969cf34
8 changed files with 116 additions and 1 deletions
|
@ -21,6 +21,8 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
];
|
||||
|
||||
networking = {
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
|
@ -41,5 +43,4 @@
|
|||
|
||||
# removable disks in file manager
|
||||
services.udisks2.enable = true;
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue