mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
「✏️」 norm: formetted config.nxi
This commit is contained in:
@ -21,7 +21,11 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hosts = {
|
networking.hosts = {
|
||||||
"127.0.0.1" = [ "app1.com" "app2.com" "app3.com" ];
|
"127.0.0.1" = [
|
||||||
|
"app1.com"
|
||||||
|
"app2.com"
|
||||||
|
"app3.com"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Since `fileSystems` is ignored by nixos-generators, we need to be creative
|
# Since `fileSystems` is ignored by nixos-generators, we need to be creative
|
||||||
|
Reference in New Issue
Block a user