mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
refactor
This commit is contained in:
parent
452caf0f22
commit
3dbfd3e49f
@ -68,14 +68,9 @@ in
|
|||||||
boot.initrd.luks.devices."512gb".allowDiscards = true;
|
boot.initrd.luks.devices."512gb".allowDiscards = true;
|
||||||
yoda.btrfsFileSystems = ["/"];
|
yoda.btrfsFileSystems = ["/"];
|
||||||
#yoda.btrfsMounts = yoda.btrfsFileSystems;
|
#yoda.btrfsMounts = yoda.btrfsFileSystems;
|
||||||
|
fileSystems."/mnt/512gb".options = [ "noatime" "commit=60" ]; # Ext4
|
||||||
|
|
||||||
boot.kernelParams = [];
|
boot.kernelParams = [];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
# TODO: For "/" this cfg resides in base.nix
|
|
||||||
fileSystems = {
|
|
||||||
# Ext4 not BTRFS
|
|
||||||
"/mnt/512gb".options = [ "noatime" "commit=60" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
{
|
{
|
||||||
users.users.yoda = {
|
users.users.yoda = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# TODO: Is git required for home-manager "builtins.fetchGit"
|
# Is git required for home-manager "builtins.fetchGit"?
|
||||||
git
|
#git
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user