backing up the working dir

This commit is contained in:
Jay Looney 2025-10-28 16:10:19 -05:00
parent 82f1d9d5c9
commit b8d125d448
19 changed files with 622 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
{
sops.defaultSopsFile = ./secrets/common.yaml;
networking.hostName = "lithium";
networking.domain = config.vars.domain;
networking.domain = lib.mkForce config.vars.domain;
environment.systemPackages = with pkgs; [
zfs
];