flake: fix deprecations
This commit is contained in:
parent
33a73074b5
commit
2ad46d7442
6 changed files with 27 additions and 14 deletions
|
|
@ -12,7 +12,7 @@ in
|
|||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
name = username;
|
||||
email = mail.personal.user;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
config = {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
monolith = {
|
||||
user = "lelgenio";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue