[NixOS] Enable gitea on biskcomp
This commit is contained in:
parent
090acf4bab
commit
d933b1d062
@ -13,6 +13,11 @@
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/NIXOS_SD";
|
||||
fsType = "ext4";
|
||||
|
Loading…
Reference in New Issue
Block a user