format profiles
This commit is contained in:
parent
ef0b4a46e1
commit
f27dff190a
4 changed files with 4 additions and 6 deletions
|
@ -14,8 +14,7 @@
|
|||
|
||||
# Restic backups disabled.
|
||||
# TODO: configure storagebox for hetzner backups
|
||||
system.resticBackup =
|
||||
{
|
||||
system.resticBackup = {
|
||||
local.enable = false;
|
||||
remote.enable = false;
|
||||
};
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# Support windows partition
|
||||
mySystem = {
|
||||
security.wheelNeedsSudoPassword = false;
|
||||
};
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
zfsSupport = true;
|
||||
device = "nodev";
|
||||
mirroredBoots = [
|
||||
{ devices = ["nodev"]; path = "/boot";}
|
||||
{ devices = [ "nodev" ]; path = "/boot"; }
|
||||
];
|
||||
};
|
||||
# efi = {
|
||||
|
|
Loading…
Reference in a new issue