Compare commits
1 commit
4297436691
...
d619342460
Author | SHA1 | Date | |
---|---|---|---|
d619342460 |
1 changed files with 9 additions and 0 deletions
|
@ -84,6 +84,15 @@
|
||||||
credentialsFile = config.age.secrets.rab-lol-cf.path;
|
credentialsFile = config.age.secrets.rab-lol-cf.path;
|
||||||
email = "nikodem@rabulinski.com";
|
email = "nikodem@rabulinski.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/forgejo" = {
|
||||||
|
device = "/dev/disk/by-label/forgejo";
|
||||||
|
fsType = "btrfs";
|
||||||
|
options = [
|
||||||
|
"compress=zstd"
|
||||||
|
"noatime"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue