mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
parent
8369624512
commit
2d88cbe496
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ in {
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
global = {
|
global = {
|
||||||
user = "Alex";
|
username = "Alex";
|
||||||
password = "foo";
|
password = "foo";
|
||||||
device_name = "nix";
|
device_name = "nix";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue