| Commit message (Expand) | Author | Age |
* | system: Add 'grep --color' alias in '.bash_profile' skeleton. | Ludovic Courtès | 2017-07-27 |
* | system: Add a default '.guile' skeleton. | Ludovic Courtès | 2017-07-25 |
* | system: Refer to native packages when appropriate. | Ludovic Courtès | 2017-07-11 |
* | ui: Rename '_' to 'G_'. | Ludovic Courtès | 2017-05-03 |
* | system: More 'file-append' instead of #~(string-append #$thing …). | Ludovic Courtès | 2017-02-01 |
* | system: Create home directories once 'file-systems' is up. | Ludovic Courtès | 2017-02-01 |
* | system: Do not create the home directory of "nobody". | Ludovic Courtès | 2016-08-28 |
* | system: Add 'create-home-directory?' field to <user-account>. | Ludovic Courtès | 2016-08-28 |
* | Merge branch 'master' into core-updates | Ludovic Courtès | 2016-07-20 |
|\ |
|
| * | system: Change the shell of 'nobody' to 'nologin'. | Ludovic Courtès | 2016-07-13 |
| * | gnu: Switch to 'with-imported-modules'. | Ludovic Courtès | 2016-07-12 |
* | | Merge branch 'master' into core-updates | Leo Famulari | 2016-05-13 |
|\| |
|
| * | system: Do not export PS1 in /etc/skel/.bashrc. | Alex Griffin | 2016-05-06 |
* | | gnu: fontconfig: Find fonts in the system profile. | Alex Kost | 2016-04-03 |
|/ |
|
* | system: Make sure fonts are searched for in the system profile. | Ludovic Courtès | 2016-03-20 |
* | system: Allow account skeletons to be directories. | Ludovic Courtès | 2016-03-20 |
* | system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE. | Ludovic Courtès | 2015-11-11 |
* | services: Introduce extensible services. | Ludovic Courtès | 2015-10-10 |
* | system: Account skeleton API is non-monadic. | Ludovic Courtès | 2015-10-10 |
* | system: Fix typo in 'PS1' in skeleton '.bashrc'. | Ludovic Courtès | 2015-07-17 |
* | environment: Define 'GUIX_ENVIRONMENT'. | Ludovic Courtès | 2015-07-01 |
* | system: Define '%base-user-accounts'. | Ludovic Courtès | 2015-05-25 |
* | system: Make sure user accounts refer to existing groups. | Ludovic Courtès | 2015-05-24 |
* | system: Skeleton '.bashrc' now exports the 'SHELL' variable. | Ludovic Courtès | 2015-03-16 |
* | system: Adjust '.bashrc' skeleton for non-interactive SSH sessions. | Ludovic Courtès | 2015-03-12 |
* | monads: Move '%store-monad' and related procedures where they belong. | Ludovic Courtès | 2015-01-14 |
* | system: Add skeleton '.zlogin'. | 宋文武 | 2014-12-09 |
* | system: Cleanup bash startup files. | 宋文武 | 2014-12-09 |
* | system: Add udev rule for /dev/kvm. | Ludovic Courtès | 2014-09-18 |
* | system: Add "input" to '%base-groups'. | Ludovic Courtès | 2014-09-16 |
* | system: Add the 'system?' field for user groups. | Ludovic Courtès | 2014-07-25 |
* | system: Add 'file-system' decl. for /dev/pts, and use the right options. | Ludovic Courtès | 2014-07-23 |
* | system: Add "netdev" group. | Ludovic Courtès | 2014-07-11 |
* | system: Add a 'system?' field to user accounts. | Ludovic Courtès | 2014-06-27 |
* | system: Augment the default set of groups. | Ludovic Courtès | 2014-06-22 |
* | system: Remove useless 'members' field of 'user-group'. | Ludovic Courtès | 2014-06-22 |
* | system: Move skeleton code to (gnu system shadow). | Ludovic Courtès | 2014-05-14 |
* | system: Make accounts and groups at activation time. | Ludovic Courtès | 2014-05-11 |
* | services: Rewrite using gexps. | Ludovic Courtès | 2014-04-28 |
* | gnu: Changes references to (gnu packages admin). | Ludovic Courtès | 2014-01-13 |
* | gnu: Add 'inputs' field to <user-account>; make 'shell' a monadic value. | Ludovic Courtès | 2013-12-10 |
* | gnu: dmd: Add 'user-accounts' and 'user-groups' fields to <service>. | Ludovic Courtès | 2013-12-07 |
* | gnu: vm: Rewrite helper functions as monadic functions. | Ludovic Courtès | 2013-10-03 |
* | gnu: vm: Add build users. | Ludovic Courtès | 2013-09-27 |
* | gnu: shadow: Add record type for user groups. | Ludovic Courtès | 2013-09-27 |
* | gnu: shadow: Add record type for user accounts. | Ludovic Courtès | 2013-09-27 |
* | gnu: Move helper code to (gnu system …) modules. | Ludovic Courtès | 2013-09-11 |