mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 13:42:33 -05:00
add quadlet-nix
This commit is contained in:
parent
1d55fff3a0
commit
558115d0d8
4 changed files with 31 additions and 0 deletions
11
modules/quatlets/default.nix
Normal file
11
modules/quatlets/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ inputs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.quadlet-nix.nixosModules.quadlet
|
||||
];
|
||||
|
||||
virtualisation.quadlet = {
|
||||
enable = true;
|
||||
autoEscape = lib.mkForce true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue