dotfiles/config/devices/config/laptop.nix
2024-11-10 23:40:39 -06:00

16 lines
254 B
Nix
Executable file

{devicesFunctions}: let
inherit
(devicesFunctions)
ownerWriteOthersReadMask
;
in {
label = "Laptop";
name = "laptop";
sync = "";
ip = {
address0 = "192.168.50.142";
};
boot = {
options = ownerWriteOthersReadMask;
};
}