10 lines
153 B
Nix
10 lines
153 B
Nix
|
{
|
||
|
programs.dconf.enable = true;
|
||
|
|
||
|
services.logind.lidSwitchExternalPower = "ignore";
|
||
|
|
||
|
age.identityPaths = [
|
||
|
"/home/opdavies/.ssh/id_rsa"
|
||
|
];
|
||
|
}
|