network
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
@@ -39,6 +38,13 @@
|
||||
nvidiaSettings = true;
|
||||
enableNvidiaDocker = true;
|
||||
};
|
||||
network = {
|
||||
hostName = "jallen-nas";
|
||||
ipv4 = {
|
||||
address = "10.0.1.3/24";
|
||||
method = "manual";
|
||||
};
|
||||
};
|
||||
user = {
|
||||
name = "admin";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user