diff --git a/hosts/sakura/default.nix b/hosts/sakura/default.nix index f4b5738..50f8481 100644 --- a/hosts/sakura/default.nix +++ b/hosts/sakura/default.nix @@ -3,6 +3,7 @@ imports = [ ./hardware-configuration.nix ./../../modules/core + ./../../modules/core/virtualization.nix inputs.nixos-hardware.nixosModules.framework-13-7040-amd ]; @@ -16,7 +17,11 @@ fwupd # Update firmware for Framework Laptop 13 ]; - liv.laptop.enable = true; + liv = { + laptop.enable = true; + desktop.enable = true; + creative.enable = true; + }; services.hardware.bolt.enable = true; diff --git a/hosts/yoshino/default.nix b/hosts/yoshino/default.nix index 10d48d6..31de88d 100644 --- a/hosts/yoshino/default.nix +++ b/hosts/yoshino/default.nix @@ -12,7 +12,10 @@ cpuFreqGovernor = lib.mkDefault "performance"; }; - liv.laptop.enable = false; + liv = { + desktop.enable = true; + creative.enable = true; + }; networking = { hostName = "yoshino";