Remove all git-crypt

This commit is contained in:
Charlotte Van Petegem 2021-09-16 15:24:35 +02:00
parent 22836a44d7
commit 97409f47e4
No known key found for this signature in database
GPG key ID: 019E764B7184435A
19 changed files with 86 additions and 47 deletions

View file

@ -1,10 +1,7 @@
{ lib, pkgs, nixosConfigurations, ... }:
{
imports = [
./hardware.nix
./secret.nix
];
imports = [ ./hardware.nix ];
time.timeZone = "Europe/Berlin";