mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Extra options
This commit is contained in:
parent
28b4229d93
commit
26196b3d59
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ _: let
|
|||
"${inputs.nixpkgs}/nixos/modules/virtualisation/lxc-container.nix"
|
||||
];
|
||||
|
||||
nix.extraOptions = "extra-platforms = x86_64-linux";
|
||||
|
||||
fileSystems = {
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/d91cbfb6-5a09-45d8-b226-fc97c6b09f61";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue