mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor: btrfs-mount-options module
This commit is contained in:
parent
d2aafab2bf
commit
452caf0f22
@ -45,12 +45,6 @@ let
|
|||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# TODO: For "/" this cfg resides in base.nix
|
|
||||||
fileSystems = {
|
|
||||||
"/mnt/data".options = [ "compress=zstd" "noatime" "commit=120" ];
|
|
||||||
"/mnt/backup".options = [ "compress=zstd" "noatime" "commit=120" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Install de.p1st.monitor and netcup-dns Python packages.
|
# Install de.p1st.monitor and netcup-dns Python packages.
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
(pkgs.python3.withPackages my-python-packages)
|
(pkgs.python3.withPackages my-python-packages)
|
||||||
|
Loading…
Reference in New Issue
Block a user