1
0
Fork 0
 
 
Go to file
Florian Schrofner 8a5f9b8131 switch to pipewire again 2021-08-28 12:45:22 +02:00
cdist switch to pipewire again 2021-08-28 12:45:22 +02:00
readme.md install missing dependencies for aur packages, remove i3 2021-08-28 00:17:47 +02:00

readme.md

schrofi's system configuration

My personal system configuration using cdist on a Manjaro system, specifically tailored towards me and nobody else ¯_(ツ)_/¯ You can use it for inspiration though.

Getting Started

  1. Install cdist
git clone https://code.ungleich.ch/ungleich-public/cdist.git
cd cdist
export PATH=$PATH:$(pwd -P)/bin
./bin/cdist-build-helper version
make install
sudo python setup.py install
  1. Setup SSH root access Add the following line into your /etc/ssh/sshd_config
PermitRootLogin yes

Then copy your SSH key to the root user at localhost.

ssh-copy-id root@localhost

And change the root login back to

PermitRootLogin without-password

Finally, start the ssh daemon if it is not running

sudo systemctl start sshd
  1. CD into this repository and execute the following command:
cdist config -vv -c ./cdist localhost