feat: first working config
This commit is contained in:
parent
13d0686cc0
commit
8a7cbb266a
2 changed files with 4438 additions and 1 deletions
|
|
@ -10,7 +10,20 @@
|
||||||
# Set this for clan commands use ssh i.e. `clan machines update`
|
# Set this for clan commands use ssh i.e. `clan machines update`
|
||||||
# If you change the hostname, you need to update this line to root@<new-hostname>
|
# If you change the hostname, you need to update this line to root@<new-hostname>
|
||||||
# This only works however if you have avahi running on your admin machine else use IP
|
# This only works however if you have avahi running on your admin machine else use IP
|
||||||
clan.core.networking.targetHost = "root@<IP>";
|
clan.core.networking.targetHost = "root@192.168.0.3";
|
||||||
|
|
||||||
|
networking = {
|
||||||
|
interfaces.enp2s0 = {
|
||||||
|
ipv4.addresses = [{
|
||||||
|
address = "192.168.0.3";
|
||||||
|
prefixLength = 24;
|
||||||
|
}];
|
||||||
|
};
|
||||||
|
defaultGateway = {
|
||||||
|
address = "192.168.0.1";
|
||||||
|
interface = "enp2s0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# You can get your disk id by running the following command on the installer:
|
# You can get your disk id by running the following command on the installer:
|
||||||
# Replace <IP> with the IP of the installer printed on the screen or by running the `ip addr` command.
|
# Replace <IP> with the IP of the installer printed on the screen or by running the `ip addr` command.
|
||||||
|
|
|
||||||
4424
machines/moritz-server/facter.json
Normal file
4424
machines/moritz-server/facter.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue