backing up the working dir
This commit is contained in:
parent
82f1d9d5c9
commit
b8d125d448
19 changed files with 622 additions and 4 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue