Add msi host

This commit is contained in:
outfoxxed 2023-07-27 01:17:17 -07:00
parent e8d8c1c788
commit b93969cf34
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 116 additions and 1 deletions

4
systems/msi/mullvad.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, config, ... }: {
services.mullvad-vpn.enable = true;
home-manager.users.${config.main-user}.home.packages = [ pkgs.mullvad-vpn ];
}