Enhancement: Add sys.networking
variables for fighter.
This commit is contained in:
parent
c84b08c47c
commit
317108d51a
@ -238,6 +238,11 @@
|
|||||||
hostname = "fighter";
|
hostname = "fighter";
|
||||||
authorizedKeys = jafnerKeys;
|
authorizedKeys = jafnerKeys;
|
||||||
shellPackage = "bash";
|
shellPackage = "bash";
|
||||||
|
networking = {
|
||||||
|
ifname = "enp3s0";
|
||||||
|
mac = "00:02:C9:56:BF:9A";
|
||||||
|
ip = "192.168.1.23";
|
||||||
|
};
|
||||||
dataDirs = {
|
dataDirs = {
|
||||||
appdata = "/appdata";
|
appdata = "/appdata";
|
||||||
library = {
|
library = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user