mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-09 10:29:05 +02:00
First step with sops
This commit is contained in:
parent
2d63b9e96e
commit
516034c19f
5 changed files with 66 additions and 4 deletions
9
base.nix
9
base.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue