dolomite: init
This commit is contained in:
parent
103ab720c5
commit
8b7920d4b1
1 changed files with 11 additions and 0 deletions
11
machines/dolomite/default.nix
Normal file
11
machines/dolomite/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, modulesPath, ... }:
|
||||
{
|
||||
imports = [ "${modulesPath}/virtualisation/amazon-image.nix" ];
|
||||
|
||||
services.sing-box = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue