some shell tweaks, hush
This commit is contained in:
parent
6b2b079a18
commit
5203e0b27e
9 changed files with 177 additions and 108 deletions
|
@ -1 +1,5 @@
|
|||
{ lib, scope, ... }: scope "networking.useDHCP" <| lib.mkDefault true
|
||||
{ lib, ... }:
|
||||
{
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
security.pki.certificateFiles = [ ../beam.crt ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue