about summary refs log tree commit diff
path: root/nixos/modules/system/activation/switch-to-configuration.pl
AgeCommit message (Expand)AuthorFilesLines
2024-06-21nixos/switch-to-configuration: add a note for future modificationsJared Baur1-0/+5
2024-05-04nixos/dbus: fix switching from dbus-broker to dbusSandro Jäckel1-0/+3
2024-01-18nixos/switch-to-configuration: add sysinit-reactivation.targetnikstur1-3/+9
2023-11-29Revert "nixos/switch-to-configuration: remove explicit tmpfiles invocation"K9001-0/+4
2023-11-25nixos/switch-to-configuration: remove explicit tmpfiles invocationnikstur1-4/+0
2023-10-30Merge pull request #258071 from helsinki-systems/feat/stc-lockJanne Heß1-0/+4
2023-10-20nixos/switch-to-configuration: Allow not filtering unitsJanne Heß1-1/+3
2023-09-29nixos/switch-to-configuration: Lock the switchJanne Heß1-0/+4
2023-09-22nixos/switch-to-configuration: Never unmount / or /nixJanne Heß1-4/+14
2023-09-13nixos/switch-to-configuration: Test more action thingsJanne Heß1-1/+1
2023-08-21nixos/stc: Improve mount unit handlingJanne Heß1-5/+19
2023-08-13nixos/switch-to-configuration: Fix unit location in toplevelJanne Heß1-1/+1
2023-07-23nixos/switch-to-configuration: fix ignoring of template unit specialization d...oddlama1-23/+35
2023-07-08Merge pull request #237040 from roberth/flexible-activationRobert Hensing1-16/+18
2023-06-28nixos: Add system.activatable flag for images that are pre-activatedRobert Hensing1-16/+18
2023-06-14switch-to-configuration.pl: fix inverted dry-activate logic for swapWout Mertens1-1/+1
2023-01-14nixos/version: add config.system.nixos.distroName and config.system.nixos.dis...Victor Fuentes1-1/+1
2022-08-12nixos/switch-to-configuration: fix units starting with dashWeathercold1-1/+1
2022-08-04nixos/switch-to-configuration: replace Net::DBus with busctlStig Palmquist1-6/+22
2022-04-05nixos/switch-to-configuration: Provider better error message in cross-compili...Ingo Blechschmidt1-0/+12
2022-03-20nixos/switch-to-configuration: Make perlcritic happyJanne Heß1-46/+56
2022-03-20nixos/switch-to-configuration: Snake-case all variablesJanne Heß1-232/+238
2022-03-20nixos/switch-to-configuration: Snake-case all subroutines and add commentsJanne Heß1-46/+62
2022-03-20nixos/switch-to-configuration: Enforce consistent quotingJanne Heß1-36/+37
2022-03-20nixos/switch-to-configuration: Get rid of all postfixes and unlessesJanne Heß1-33/+64
2022-03-14nixos/switch-to-configuration: fix installBootLoader escapingNaïm Favier1-1/+4
2022-03-11nixos/switch-to-configuration: Use parenthesis on all callsJanne Heß1-88/+89
2022-03-11nixos/switch-to-configuration: Fix reloading of stopped servicesJanne Heß1-0/+31
2022-03-11nixos/switch-to-configuration: Fix restarting by activation scriptJanne Heß1-2/+10
2022-03-11nixos/switch-to-configuration: Ignore some unit keysJanne Heß1-15/+52
2022-03-09nixos/activation: allowed quoted values in /etc/os-releasePeter Hoeg1-1/+1
2022-03-03nixos/switch-to-configuration: Document and test socket-activated servicesJanne Heß1-3/+6
2022-02-17nixos/switch-to-configuration: Fix backslashes in unit namesJanne Heß1-10/+15
2022-02-15nixos/switch-to-configuration: avoid Array::Compare dependencyStig Palmquist1-3/+6
2022-02-09nixos/switch-to-configuration: Don't stop swaps in dry-activateJanne Heß1-2/+6
2022-02-09nixos/switch-to-configuration: Implement reload supportJanne Heß1-22/+139
2022-02-09nixos/switch-to-configuration: Allow passing parsed unit contentsJanne Heß1-5/+5
2022-02-09nixos/switch-to-configuration: Skip [Install] sectionJanne Heß1-0/+4
2022-01-20nixos/switch-to-configuration: Clean up lower part of the scriptJanne Heß1-22/+17
2022-01-20nixos/switch-to-configuration: Proper unit file parserJanne Heß1-19/+79
2022-01-17nixos/switch-to-configuration: Rework activation script restartsJanne Heß1-18/+54
2021-12-13Merge pull request #149837 from helsinki-systems/feat/redo-activation-script-...Bernardo Meurer1-63/+74
2021-12-09nixos/switch-to-configuraton: Add details about socketsJanne Heß1-0/+3
2021-12-09nixos/switch-to-configuration: Restart non-servicesJanne Heß1-1/+3
2021-12-09nixos/switch-to-configuration: Move handleModifiedUnit into a subJanne Heß1-63/+69
2021-12-07nixos/switch-to-configuration: Restart systemd when system.conf is changedJanne Heß1-0/+6
2021-12-05nixos/switch-to-configuration: Move excludes upJanne Heß1-2/+6
2021-12-05nixos/switch-to-configuration: Ignore scopesJanne Heß1-1/+3
2021-12-05nixos/switch-to-configuration: Fix dry orderJanne Heß1-2/+2
2021-12-05nixos/switch-to-configuration: Clean perl codeJanne Heß1-2/+2