mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 20:50:47 +03:00
20 lines
233 B
Nix
20 lines
233 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}:
|
|
{
|
|
imports = [
|
|
# ./3x-ui.nix
|
|
];
|
|
|
|
# virtualisation = {
|
|
# docker.enable = true;
|
|
# };
|
|
|
|
environment.systemPackages = [
|
|
# inputs.compose2nix.packages.x86_64-linux.default
|
|
];
|
|
}
|