fmt
This commit is contained in:
parent
55c7a2532a
commit
24de6d6d64
2 changed files with 7 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
age.secrets."borg_ed25519".file = ../secrets/borg_ed25519;
|
age.secrets."borg_ed25519".file = ../secrets/borg_ed25519;
|
||||||
age.secrets."borg_pass".file = ../secrets/borg_pass;
|
age.secrets."borg_pass".file = ../secrets/borg_pass;
|
||||||
|
|
||||||
systemd.tmpfiles.settings = {
|
systemd.tmpfiles.settings = {
|
||||||
"99-borgdatabasebackups"."/var/backup/postgres".d = {
|
"99-borgdatabasebackups"."/var/backup/postgres".d = {
|
||||||
user = "root";
|
user = "root";
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,14 @@
|
||||||
{ lib, modulesPath, ... }:
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
modulesPath,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
|
||||||
"${modulesPath}/profiles/hardened.nix"
|
"${modulesPath}/profiles/hardened.nix"
|
||||||
{ environment.memoryAllocator.provider = lib.mkForce "libc"; }
|
{environment.memoryAllocator.provider = lib.mkForce "libc";}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue