From 118e4a20ce8ebfc2fce137f4603eef10dd0529bc Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 23 Dec 2024 22:39:47 +0100 Subject: [PATCH] feat: switch to new roles --- hosts/sakura/default.nix | 7 ++++++- hosts/yoshino/default.nix | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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";