forked from kalipso/infrastructure
[general] update readme
This commit is contained in:
21
README.md
21
README.md
@@ -11,10 +11,21 @@ currently nixos offers no declarative way of setting up filesystems and partitio
|
|||||||
|
|
||||||
### deploying configuration
|
### deploying configuration
|
||||||
|
|
||||||
|
#### local deployment
|
||||||
``` shell
|
``` shell
|
||||||
TODO
|
nixos-rebuild switch --use-remote-sudo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### remote deployment
|
||||||
|
|
||||||
|
you need the hostname and ip address of the host:
|
||||||
|
``` shell
|
||||||
|
nixos-rebuild switch --flake .#<hostname> --target-host root@<ip_address> --build-host localhost
|
||||||
|
```
|
||||||
|
|
||||||
|
in this case 'localhost' is used as buildhost which can be usefull if the target host is low systemresources
|
||||||
|
|
||||||
|
|
||||||
## development
|
## development
|
||||||
|
|
||||||
### requirements
|
### requirements
|
||||||
@@ -62,11 +73,17 @@ the devshell provides the python package ['grip'](https://github.com/joeyespo/gr
|
|||||||
the usage is simple, just run ```grip``` in the same folder as the README.md you wanna preview. then open your browser at ```http://localhost:6419 ```.
|
the usage is simple, just run ```grip``` in the same folder as the README.md you wanna preview. then open your browser at ```http://localhost:6419 ```.
|
||||||
|
|
||||||
|
|
||||||
### ideas...
|
### future ideas...
|
||||||
* host a local wiki with public available information about the space, for example:
|
* host a local wiki with public available information about the space, for example:
|
||||||
* how to use coffe machine
|
* how to use coffe machine
|
||||||
* how to turn on/off electricity
|
* how to turn on/off electricity
|
||||||
|
* how to use beamer
|
||||||
|
* how to buecher ausleihen
|
||||||
* ...
|
* ...
|
||||||
* host some pad (codimd aka hedgedoc)
|
* host some pad (codimd aka hedgedoc)
|
||||||
* some network fileshare for storing the movies and streaming them within the network
|
* some network fileshare for storing the movies and streaming them within the network
|
||||||
|
* malobeo network infrastructure rework
|
||||||
|
* enable bridge mode on kabel-modem to have public ip and port forwarding possibilities
|
||||||
|
* add second access point for malo_intern wifi
|
||||||
|
* use current freifunk router just for public wifi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user