about summary refs log tree commit diff
path: root/nixos/tests/user-activation-scripts.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-08-29nixos/systemd-user: call systemd-tmpfiles during activationJared Baur1-0/+3
Just like with system-wide tmpfiles, call `systemd-tmpfiles --create --remove` for users during activation. This fixes an issue where new entries in a user's tmpfiles are not reflected after activation, only at boot when the user service systemd-tmpfiles-setup.service runs or only after running systemd-tmpfiles manually.
2022-06-04nixos/tests: fix all tests that uses wait_until_tty_matchesBobby Rong1-2/+2
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-02-16nixos/activation-script: Run userActivationScripts at loginChuck1-2/+2
Fixes https://github.com/NixOS/nixpkgs/issues/113240
2021-02-16nixos/activation-script: Add a testChuck1-0/+33