format profiles

This commit is contained in:
Joseph Hanson 2024-07-13 02:47:38 -05:00
parent ef0b4a46e1
commit f27dff190a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
4 changed files with 4 additions and 6 deletions

View file

@ -14,8 +14,7 @@
# Restic backups disabled.
# TODO: configure storagebox for hetzner backups
system.resticBackup =
{
system.resticBackup = {
local.enable = false;
remote.enable = false;
};

View file

@ -1,12 +1,11 @@
{ lib, pkgs, ... }:
{
# Support windows partition
mySystem = {
security.wheelNeedsSudoPassword = false;
};
boot = {
loader = {
loader = {
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;

View file

@ -18,7 +18,7 @@
zfsSupport = true;
device = "nodev";
mirroredBoots = [
{ devices = ["nodev"]; path = "/boot";}
{ devices = [ "nodev" ]; path = "/boot"; }
];
};
# efi = {