Ungoof vmware

This commit is contained in:
Nathan McCarty 2023-04-30 23:06:47 -04:00
parent 7890ae5248
commit b7476f1622
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,11 @@
{ config, lib, pkgs, inputs, ... }: { config, lib, pkgs, inputs, ... }:
let
{ system = pkgs.system;
unstable = import inputs.nixpkgs-unstable {
config = { allowUnfree = true; };
inherit system;
};
in {
# Sops setup for this machine # Sops setup for this machine
sops.secrets = { sops.secrets = {
"borg-ssh-key" = { "borg-ssh-key" = {
@ -96,4 +101,10 @@
enableBookUploading = true; enableBookUploading = true;
}; };
}; };
# vmware
virtualisation.vmware.host = {
enable = true;
package = unstable.vmware-workstation;
};
} }

View File

@ -1,11 +1,4 @@
{ config, lib, pkgs, inputs, ... }: { config, lib, pkgs, inputs, ... }: {
let
system = pkgs.system;
unstable = import inputs.nixpkgs-unstable {
config = { allowUnfree = true; };
inherit system;
};
in {
nathan = { nathan = {
services = { email = { enable = true; }; }; services = { email = { enable = true; }; };
config = { isDesktop = true; }; config = { isDesktop = true; };
@ -16,11 +9,7 @@ in {
}; };
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [ gammastep fido2luks ];
gammastep
fido2luks
unstable.vmware-workstation
];
# Sway outputs # Sway outputs
wayland.windowManager.sway.config = { wayland.windowManager.sway.config = {