mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 04:47:19 +02:00
Compare commits
No commits in common. "1b113e0c3e30949b7c4dd58ca7c07a4d9231d758" and "e265916ba14b21722e265b2f9b527325f80a45a1" have entirely different histories.
1b113e0c3e
...
e265916ba1
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "etc/chrony/sources.d/jauderho-nts-servers"]
|
||||
path = etc/chrony/sources.d/jauderho-nts-servers
|
||||
url = https://github.com/jauderho/nts-servers.git
|
||||
url = https://gist.github.com/2ad0d441760fc5ed69d8d4e2d6b35f8d.git
|
||||
|
@ -1,3 +1,9 @@
|
||||
# Remember to run `pre-commit install` at least once!
|
||||
# Manual test run: `pre-commit run --all-files`
|
||||
# Update? `pre-commit autoupdate`
|
||||
#
|
||||
# See https://pre-commit.com for more information
|
||||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
@ -11,7 +17,7 @@ repos:
|
||||
- id: end-of-file-fixer
|
||||
- id: fix-byte-order-marker
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0-alpha.6"
|
||||
rev: "v3.0.0-alpha.4"
|
||||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
|
1
etc/chrony/sources.d/.gitignore
vendored
1
etc/chrony/sources.d/.gitignore
vendored
@ -1 +0,0 @@
|
||||
jauderho-nts.sources
|
@ -1 +1 @@
|
||||
Subproject commit c298236dc672ba38e4ad2c0387c831c5b13275e6
|
||||
Subproject commit fdd2fb32525a96c9ec30bc935c2524343c4fbd9a
|
@ -1 +0,0 @@
|
||||
jauderho-nts-servers/chrony.conf
|
@ -13,12 +13,10 @@ usershare allow guests = yes
|
||||
map to guest = bad user
|
||||
allow insecure wide links = yes
|
||||
|
||||
# All guides seem to use the name PS2SMB, and it may require manual typing
|
||||
# on the console
|
||||
[PS2SMB]
|
||||
# This seems to control the share name
|
||||
[PlayStation2]
|
||||
Comment = PlayStation2 images
|
||||
# sudo chcon -t samba_share_t /shome/jaettu/PS2
|
||||
# jaettu = shared in Finnish
|
||||
# sudo chcon -t samba_share_t /sambashare/
|
||||
Path = /home/jaettu/PS2
|
||||
Browseable = yes
|
||||
Writeable = Yes
|
||||
|
@ -2,17 +2,13 @@
|
||||
Name=eth0
|
||||
|
||||
[Network]
|
||||
#DHCP=yes
|
||||
# /24, /16, /8 are the the class C, B, A networks
|
||||
Address=192.168.0.2/24
|
||||
Gateway=192.168.0.1
|
||||
# DNS has no effect unless systemd-resolved is used. Why would it be used?
|
||||
Address=172.16.1.2/16
|
||||
Gateway=172.16.0.1
|
||||
# DNS has no effect unless systemd-resolved is used
|
||||
# systemctl enable systemd-resolved && systemctl start systemd-resolved
|
||||
# ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
|
||||
#DNS=127.0.0.1
|
||||
#DNS=::1
|
||||
#DNS=8.8.4.4
|
||||
# Enable systemd-timesyncd with `timedatectl set-ntp true`, may be specified
|
||||
# multiple times, but you are using Chrony instead, right?
|
||||
#NTP=fi.pool.ntp.org
|
||||
#NTP=time.cloudflare.com
|
||||
DNS=127.0.0.1
|
||||
DNS=::1
|
||||
DNS=8.8.4.4
|
||||
# Enable systemd-timesyncd with `timedatectl set-ntp true`
|
||||
NTP=fi.pool.ntp.org
|
||||
|
Loading…
x
Reference in New Issue
Block a user