dotfiles/modules/config/devices/config/charon.nix
2025-03-01 15:49:07 -06:00

19 lines
279 B
Nix
Executable file

{ devicesFunctions }:
let
inherit (devicesFunctions)
ownerExclusiveReadWriteMask
;
in
{
label = "Charon";
name = "charon";
sync = {
address0 = "";
};
ip = {
address0 = "192.168.50.42";
};
boot = {
options = ownerExclusiveReadWriteMask;
};
}