Merge pull request #100155 from primeos/nixos-add-fqdn-option
nixos/networking: Add a read-only option for the FQDN
This commit is contained in:
@@ -8,6 +8,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
|
||||
sm =
|
||||
{ ... }:
|
||||
{
|
||||
networking.domain = "example.com"; # FQDN: sm.example.com
|
||||
services.smokeping = {
|
||||
enable = true;
|
||||
port = 8081;
|
||||
|
||||
Reference in New Issue
Block a user