chore: fmt

This commit is contained in:
2025-07-13 13:11:23 +08:00
parent 2b5a96bc20
commit a63be876f7
3 changed files with 16 additions and 8 deletions

View File

@@ -13,7 +13,11 @@ in
initrd = { initrd = {
kernelModules = [ "amdgpu" ]; kernelModules = [ "amdgpu" ];
availableKernelModules = [ availableKernelModules = [
"nvme" "xhci_pci" "thunderbolt" "uas" "sd_mod" "nvme"
"xhci_pci"
"thunderbolt"
"uas"
"sd_mod"
]; ];
verbose = false; verbose = false;
}; };
@@ -40,7 +44,10 @@ in
fileSystems."/nix" = { fileSystems."/nix" = {
device = btrfs; device = btrfs;
fsType = "btrfs"; fsType = "btrfs";
options = [ "compress=zstd" "subvol=nix" ]; options = [
"compress=zstd"
"subvol=nix"
];
}; };
my.persist.location = "/nix/persist"; my.persist.location = "/nix/persist";

View File

@@ -5,7 +5,8 @@
username, username,
sopsRoot, sopsRoot,
... ...
}: { }:
{
security.pam.loginLimits = [ security.pam.loginLimits = [
{ {
domain = "*"; domain = "*";