mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-12-31 21:56:41 +01:00
@ -31,7 +31,7 @@
|
||||
|
||||
mkdir /home/user/iot -p
|
||||
cp -r /iot/p* /iot/bonus /home/user/iot/
|
||||
chown -R user:user /home/user/iot
|
||||
chown -R user /home/user/iot
|
||||
|
||||
mkdir /root/iot -p
|
||||
cp -r /iot/p* /iot/bonus /rot/iot/
|
||||
@ -97,7 +97,7 @@
|
||||
};
|
||||
|
||||
environment = {
|
||||
etc.hosts.mode = "0700";
|
||||
etc.hosts.mode = "0644";
|
||||
systemPackages = with pkgs; [
|
||||
bindfs
|
||||
git
|
||||
|
||||
Reference in New Issue
Block a user