From 95bb223a7763f5c7cee3a09c121479081c35a713 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 16 Mar 2025 14:50:07 +0100 Subject: update --- swift/etc/X11/xorg.conf.d/10-input.conf | 7 ------ swift/etc/X11/xorg.conf.d/10-keyboard.conf | 6 ----- swift/etc/X11/xorg.conf.d/20-intel.conf | 4 ---- swift/etc/backupignore | 32 --------------------------- swift/etc/fstab | 14 ------------ swift/etc/modprobe.d/swift5.conf | 10 --------- swift/etc/nsswitch.conf | 19 ---------------- swift/etc/qemu/bridge.conf | 1 - swift/etc/resolv.conf | 1 - swift/etc/smtpd/smtpd.conf | 20 ----------------- swift/etc/sudoers.d/01_marc | 1 - swift/etc/systemd/network/20-wired.network | 8 ------- swift/etc/systemd/network/25-wireless.network | 8 ------- swift/etc/systemd/network/bind.network | 5 ----- swift/etc/systemd/network/bridge.netdev | 4 ---- swift/etc/systemd/network/bridge.network | 5 ----- swift/etc/systemd/resolved.conf | 3 --- swift/etc/udev/rules.d/95-hdmi-plug.rules | 5 ----- swift/etc/udev/rules.d/hdmi.rules | 1 - 19 files changed, 154 deletions(-) delete mode 100644 swift/etc/X11/xorg.conf.d/10-input.conf delete mode 100644 swift/etc/X11/xorg.conf.d/10-keyboard.conf delete mode 100644 swift/etc/X11/xorg.conf.d/20-intel.conf delete mode 100644 swift/etc/backupignore delete mode 100644 swift/etc/fstab delete mode 100644 swift/etc/modprobe.d/swift5.conf delete mode 100644 swift/etc/nsswitch.conf delete mode 100644 swift/etc/qemu/bridge.conf delete mode 100644 swift/etc/resolv.conf delete mode 100644 swift/etc/smtpd/smtpd.conf delete mode 100644 swift/etc/sudoers.d/01_marc delete mode 100644 swift/etc/systemd/network/20-wired.network delete mode 100644 swift/etc/systemd/network/25-wireless.network delete mode 100644 swift/etc/systemd/network/bind.network delete mode 100644 swift/etc/systemd/network/bridge.netdev delete mode 100644 swift/etc/systemd/network/bridge.network delete mode 100644 swift/etc/systemd/resolved.conf delete mode 100644 swift/etc/udev/rules.d/95-hdmi-plug.rules delete mode 100644 swift/etc/udev/rules.d/hdmi.rules (limited to 'swift/etc') diff --git a/swift/etc/X11/xorg.conf.d/10-input.conf b/swift/etc/X11/xorg.conf.d/10-input.conf deleted file mode 100644 index ae48884..0000000 --- a/swift/etc/X11/xorg.conf.d/10-input.conf +++ /dev/null @@ -1,7 +0,0 @@ -Section "InputClass" - Identifier "HP 3 button mouse" - Driver "libinput" - Option "ScrollMethod" "button" - Option "ScrollButton" "2" - Option "NaturalScrolling" "on" -EndSection diff --git a/swift/etc/X11/xorg.conf.d/10-keyboard.conf b/swift/etc/X11/xorg.conf.d/10-keyboard.conf deleted file mode 100644 index 131f8f3..0000000 --- a/swift/etc/X11/xorg.conf.d/10-keyboard.conf +++ /dev/null @@ -1,6 +0,0 @@ -Section "InputClass" - Identifier "Keyboard Defaults" - MatchIsKeyboard "yes" - Option "XkbLayout" "fr" - Option "XkbOptions" "caps:super,altwin:menu_win" -EndSection diff --git a/swift/etc/X11/xorg.conf.d/20-intel.conf b/swift/etc/X11/xorg.conf.d/20-intel.conf deleted file mode 100644 index 28e460c..0000000 --- a/swift/etc/X11/xorg.conf.d/20-intel.conf +++ /dev/null @@ -1,4 +0,0 @@ -Section "ServerLayout" - Identifier "Main" - Option "Xinerama" "0" -EndSection diff --git a/swift/etc/backupignore b/swift/etc/backupignore deleted file mode 100644 index 693cfa4..0000000 --- a/swift/etc/backupignore +++ /dev/null @@ -1,32 +0,0 @@ -# file patterns to be excluded from backup -/backup -.history/ -.cache/ -.cargo/ -.rustup/ -.npm/ -Cache/ -cache/ -GPUCache -CacheStorage -go/pkg/ -keybase/ -sdk/ -tmp/ -kernel-build/ -kernel-build.old/ -.xsession-errors -/var/lib/docker -/var/lib/flatpak -/var/lib/systemd/coredump/ -.config/chromium/ -.config/discord/ -.config/Slack/ -.config/Signal/ -.config/spotify/ -.mozilla/firefox/ -.thunderbird/xgfazjt1.default/ImapMail/ -.thunderbird/xgfazjt1.default/global-messages-db.sqlite -*.journal -*.log -*.o diff --git a/swift/etc/fstab b/swift/etc/fstab deleted file mode 100644 index 00d3167..0000000 --- a/swift/etc/fstab +++ /dev/null @@ -1,14 +0,0 @@ -# /dev/nvme1n1p5 -UUID=fd0bd5d9-abfd-46e2-bbec-cc5042c19507 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 1 - -# /dev/nvme1n1p1 -UUID=120F-B472 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 - -# /dev/nvme1n1p3 -UUID=E23C1C4C3C1C1DDB /mnt/windows ntfs-3g gid=1000,uid=1000,dmask=022,fmask=133,noauto 0 0 - -# /dev/nvme0n1p1 -UUID=8c89d665-a17b-47da-aa19-4c855f134d54 /data xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 2 - -# Sony walkman NW-A55L external flash -/dev/sdb1 /mnt/sdb1 exfat noauto,gid=20,uid=501,dmask=002,fmask=113 0 0 diff --git a/swift/etc/modprobe.d/swift5.conf b/swift/etc/modprobe.d/swift5.conf deleted file mode 100644 index bda0f22..0000000 --- a/swift/etc/modprobe.d/swift5.conf +++ /dev/null @@ -1,10 +0,0 @@ -#options snd_hda_intel model=dell-headset-multi -#options snd_hda_intel power_save=1 -#options snd-intel-dspcfg dsp_driver=1 -options snd_sof_intel_hda_common hda_model=alc255-acer - -options i915 enable_fbc=1 -options i915 enable_psr=1 disable_power_well=0 -options i915 modeset=1 - -#blacklist snd_soc_skl diff --git a/swift/etc/nsswitch.conf b/swift/etc/nsswitch.conf deleted file mode 100644 index 392c640..0000000 --- a/swift/etc/nsswitch.conf +++ /dev/null @@ -1,19 +0,0 @@ -# Name Service Switch configuration file. -# See nsswitch.conf(5) for details. - -passwd: files systemd -group: files [SUCCESS=merge] systemd -shadow: files - -publickey: files - -# hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns -hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns -networks: files - -protocols: files -services: files -ethers: files -rpc: files - -netgroup: files diff --git a/swift/etc/qemu/bridge.conf b/swift/etc/qemu/bridge.conf deleted file mode 100644 index a573665..0000000 --- a/swift/etc/qemu/bridge.conf +++ /dev/null @@ -1 +0,0 @@ -allow virbr0 diff --git a/swift/etc/resolv.conf b/swift/etc/resolv.conf deleted file mode 100644 index a336b7f..0000000 --- a/swift/etc/resolv.conf +++ /dev/null @@ -1 +0,0 @@ -nameserver 9.9.9.9 diff --git a/swift/etc/smtpd/smtpd.conf b/swift/etc/smtpd/smtpd.conf deleted file mode 100644 index ac4dabf..0000000 --- a/swift/etc/smtpd/smtpd.conf +++ /dev/null @@ -1,20 +0,0 @@ -# $OpenBSD: smtpd.conf,v 1.10 2018/05/24 11:40:17 gilles Exp $ - -# This is the smtpd server system-wide configuration file. -# See smtpd.conf(5) for more information. - -table aliases file:/etc/smtpd/aliases -table secrets file:/etc/smtpd/secrets - -# To accept external mail, replace with: listen on all -# -listen on localhost - -action "local" maildir alias -action "relay" relay host smtps://mvertes@smtp.free.fr auth - -# Uncomment the following to accept external mail for domain "example.org" -# -# match from any for domain "example.org" action "local" -match for local action "local" -match for any action "relay" diff --git a/swift/etc/sudoers.d/01_marc b/swift/etc/sudoers.d/01_marc deleted file mode 100644 index 9ae91f4..0000000 --- a/swift/etc/sudoers.d/01_marc +++ /dev/null @@ -1 +0,0 @@ -marc ALL=(ALL) NOPASSWD: ALL diff --git a/swift/etc/systemd/network/20-wired.network b/swift/etc/systemd/network/20-wired.network deleted file mode 100644 index 9ac4295..0000000 --- a/swift/etc/systemd/network/20-wired.network +++ /dev/null @@ -1,8 +0,0 @@ -[Match] -Name=e* - -[Network] -DHCP=ipv4 - -[DHCP] -RouteMetric=10 diff --git a/swift/etc/systemd/network/25-wireless.network b/swift/etc/systemd/network/25-wireless.network deleted file mode 100644 index 3bb9c39..0000000 --- a/swift/etc/systemd/network/25-wireless.network +++ /dev/null @@ -1,8 +0,0 @@ -[Match] -Name=wl* - -[Network] -DHCP=ipv4 - -[DHCP] -RouteMetric=20 diff --git a/swift/etc/systemd/network/bind.network b/swift/etc/systemd/network/bind.network deleted file mode 100644 index c0313fe..0000000 --- a/swift/etc/systemd/network/bind.network +++ /dev/null @@ -1,5 +0,0 @@ -[Match] -Name=wl* - -[Network] -Bridge=br0 diff --git a/swift/etc/systemd/network/bridge.netdev b/swift/etc/systemd/network/bridge.netdev deleted file mode 100644 index fe9c2ad..0000000 --- a/swift/etc/systemd/network/bridge.netdev +++ /dev/null @@ -1,4 +0,0 @@ -[NetDev] -Name=br0 -Kind=bridge -MACAddress=3c:f0:11:73:77:51 diff --git a/swift/etc/systemd/network/bridge.network b/swift/etc/systemd/network/bridge.network deleted file mode 100644 index 684ce83..0000000 --- a/swift/etc/systemd/network/bridge.network +++ /dev/null @@ -1,5 +0,0 @@ -[Match] -Name=br0 - -[Network] -Address=10.0.2.1/24 diff --git a/swift/etc/systemd/resolved.conf b/swift/etc/systemd/resolved.conf deleted file mode 100644 index 186c2ec..0000000 --- a/swift/etc/systemd/resolved.conf +++ /dev/null @@ -1,3 +0,0 @@ -[Resolve] -DNSSEC=no -DNSOverTLS=no diff --git a/swift/etc/udev/rules.d/95-hdmi-plug.rules b/swift/etc/udev/rules.d/95-hdmi-plug.rules deleted file mode 100644 index 465eada..0000000 --- a/swift/etc/udev/rules.d/95-hdmi-plug.rules +++ /dev/null @@ -1,5 +0,0 @@ -ACTION=="change", SUBSYSTEM=="drm", ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/marc/.Xauthority", RUN+="/home/marc/bin/hdmi" - -ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="25a4", ATTRS{idProduct}=="9311", ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/marc/.Xauthority", RUN+="/home/marc/bin/hdmi" - -ACTION=="remove", SUBSYSTEMS=="usb", ATTRS{idVendor}=="25a4", ATTRS{idProduct}=="9311", ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/marc/.Xauthority", RUN+="/home/marc/bin/hdmi" diff --git a/swift/etc/udev/rules.d/hdmi.rules b/swift/etc/udev/rules.d/hdmi.rules deleted file mode 100644 index ec06147..0000000 --- a/swift/etc/udev/rules.d/hdmi.rules +++ /dev/null @@ -1 +0,0 @@ -KERNEL=="card0", SUBSYSTEM=="drm", ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/marc/.Xauthority", RUN+="/home/marc/bin/hdmi" -- cgit v1.2.3