Skip to content

Commit

Permalink
Add the AWS ntpd link-local server
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Nov 18, 2023
1 parent 63fb068 commit df847ef
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -828,13 +828,22 @@ class Qemu:

rlib = {
"doas": {
"files": [
{
"files": [ {
"lines": [ "permit nopass :wheel" ],
"mode": 0o400,
"dst": "/etc/doas.conf",
},
],
} ],
},
"ntpd": {
"files": [ {
"dst": "/etc/ntpd.conf",
"lines": [
"server 169.254.169.123 weight 2",
"servers pool.ntp.org",
"sensor *",
"constraints from openbsd.org",
],
} ],
},
}

Expand Down

0 comments on commit df847ef

Please sign in to comment.