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
|
mkdir /home/user/iot -p
|
||||||
cp -r /iot/p* /iot/bonus /home/user/iot/
|
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
|
mkdir /root/iot -p
|
||||||
cp -r /iot/p* /iot/bonus /rot/iot/
|
cp -r /iot/p* /iot/bonus /rot/iot/
|
||||||
@ -97,7 +97,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
etc.hosts.mode = "0700";
|
etc.hosts.mode = "0644";
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
bindfs
|
bindfs
|
||||||
git
|
git
|
||||||
|
|||||||
Reference in New Issue
Block a user