Laptop changes

This commit is contained in:
Jimbo 2025-02-25 11:50:54 -05:00
parent 5a76c612bc
commit 72fa26867c
4 changed files with 14 additions and 11 deletions

View file

@ -1,4 +1,4 @@
{ ... }:
{ lib, ... }:
{
imports = [
./disko
@ -23,5 +23,12 @@
stateVersion = "24.11";
};
# Special options
services.globalprotect.enable = true;
virtualisation.vmware.host.enable = true;
nixpkgs.allowUnfreePackages = [ "vmware-workstation" ];
environment.persistence."/persist".directories = [
"/home/jimbo/.vmware"
"/home/jimbo/vmware"
];
}