about summary refs log tree commit diff
path: root/nixos/tests/hostname.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-01-18nixos/tests: fix hostname under network-online dep fix [BROKEN]Jade Lovelace1-0/+1
2023-03-07nixosTests.hostname: stop using deprecated nodes.machine.configFlorian Klink1-1/+1
Module argument `nodes.machine.config` is deprecated.
2023-03-07nixos/tests/hostname.nix: nixpkgs-fmtFlorian Klink1-43/+43
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-01-25Merge pull request #100155 from primeos/nixos-add-fqdn-optionFlorian Klink1-4/+10
nixos/networking: Add a read-only option for the FQDN
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-10-12nixos/networking: Add a read-only option for the FQDNMichael Weiss1-4/+10
This is a convenience option that can be used to quickly obtain the configured FQDN.
2020-05-25nixos/tests/hostname: init (check system's host name)Julian Stecklina1-0/+66
NixOS currently has issues with setting the FQDN of a system in a way where standard tools work. In order to help with experimentation and avoid regressions, add a test that checks that the hostname is reported as the user wanted it to be. Co-authored-by: Michael Weiss <dev.primeos@gmail.com>