mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:46:50 +01:00
enable git on inugami
This commit is contained in:
parent
b084655db4
commit
983a27053d
1 changed files with 7 additions and 0 deletions
|
@ -11,4 +11,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.hostName = "inugami";
|
networking.hostName = "inugami";
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
lfs.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue