chore: fmt
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
username,
|
username,
|
||||||
sopsRoot,
|
sopsRoot,
|
||||||
...
|
...
|
||||||
}: {
|
}:
|
||||||
|
{
|
||||||
security.pam.loginLimits = [
|
security.pam.loginLimits = [
|
||||||
{
|
{
|
||||||
domain = "*";
|
domain = "*";
|
||||||
|
|||||||
Reference in New Issue
Block a user