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;
|
||||
yoda.btrfsFileSystems = ["/"];
|
||||
#yoda.btrfsMounts = yoda.btrfsFileSystems;
|
||||
fileSystems."/mnt/512gb".options = [ "noatime" "commit=60" ]; # Ext4
|
||||
|
||||
boot.kernelParams = [];
|
||||
|
||||
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 = {
|
||||
packages = with pkgs; [
|
||||
# TODO: Is git required for home-manager "builtins.fetchGit"
|
||||
git
|
||||
# Is git required for home-manager "builtins.fetchGit"?
|
||||
#git
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user