mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Burnout crawlout
This commit is contained in:
parent
fa19a286c5
commit
e193ee5a9f
7 changed files with 10 additions and 275 deletions
|
|
@ -7,7 +7,6 @@ _: let
|
|||
inherit (lib.modules) mkDefault;
|
||||
in {
|
||||
imports = with tree.nixos.roles; [
|
||||
rosetta
|
||||
bootable
|
||||
];
|
||||
|
||||
|
|
@ -16,6 +15,8 @@ _: let
|
|||
initrd.availableKernelModules = ["virtio_pci" "xhci_pci" "usb_storage" "usbhid"];
|
||||
};
|
||||
|
||||
virtualization.rosetta.enable = true;
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/d91cbfb6-5a09-45d8-b226-fc97c6b09f61";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue