mirror of
https://codeberg.org/27/inception-of-things.git
synced 2026-01-01 06:06:42 +01: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