mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
sops: generate the config with nix
This commit is contained in:
parent
021473a99d
commit
5e18975b9b
12 changed files with 85 additions and 74 deletions
|
|
@ -4,12 +4,14 @@
|
|||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
custom = {
|
||||
sops.enable = true;
|
||||
sops = {
|
||||
enable = true;
|
||||
agePublicKey = "age18x6herevmcuhcmeh47ll6p9ck9zk4ga6gfxwlc8yl49rwjxm7qusylwfgc";
|
||||
};
|
||||
boot = {
|
||||
loader.systemdBoot.enable = true;
|
||||
silent = true;
|
||||
};
|
||||
|
||||
users.seb = {
|
||||
enable = true;
|
||||
zsh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue