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

View File

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