enable git on inugami

This commit is contained in:
Johannes Jöns 2023-08-14 17:52:44 +02:00
parent b084655db4
commit 983a27053d

View file

@ -11,4 +11,11 @@
};
networking.hostName = "inugami";
programs = {
git = {
enable = true;
lfs.enable = true;
};
};
}