mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: switch to new roles
This commit is contained in:
parent
97f3026564
commit
118e4a20ce
2 changed files with 10 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./../../modules/core
|
./../../modules/core
|
||||||
|
./../../modules/core/virtualization.nix
|
||||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -16,7 +17,11 @@
|
||||||
fwupd # Update firmware for Framework Laptop 13
|
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;
|
services.hardware.bolt.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,10 @@
|
||||||
cpuFreqGovernor = lib.mkDefault "performance";
|
cpuFreqGovernor = lib.mkDefault "performance";
|
||||||
};
|
};
|
||||||
|
|
||||||
liv.laptop.enable = false;
|
liv = {
|
||||||
|
desktop.enable = true;
|
||||||
|
creative.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "yoshino";
|
hostName = "yoshino";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue