dotfiles/config/devices/config/laptop.nix

17 lines
254 B
Nix
Raw Normal View History

2024-11-10 01:29:37 -06:00
{devicesFunctions}: let
inherit
(devicesFunctions)
ownerWriteOthersReadMask
;
in {
label = "Laptop";
name = "laptop";
sync = "";
ip = {
address0 = "192.168.50.142";
};
boot = {
options = ownerWriteOthersReadMask;
};
}