mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-03 07:47:20 +02:00
First step with sops
This commit is contained in:
parent
2d63b9e96e
commit
08b98123f7
4 changed files with 27 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