First step with sops

This commit is contained in:
Julien Malka 2021-12-21 22:55:20 +01:00
parent 2d63b9e96e
commit 516034c19f
5 changed files with 66 additions and 4 deletions

View file

@ -1,10 +1,15 @@
{ config, pkgs, ... }:
{ config, pkgs, sops-nix, ... }:
{
imports = [ ./users/julien.nix ];
imports = [
./users/julien.nix
];
luj.nix.enable = true;
sops.defaultSopsFile = ./secrets/secrets.yaml;
sops.age.sshKeyPaths = [ "/home/julien/.ssh/id_ed25519"];
time.timeZone = "Europe/Paris";
i18n.defaultLocale = "en_US.UTF-8";
console = {