Enable sops for seb on all hosts

This commit is contained in:
SebastianStork 2024-07-19 12:14:02 +02:00
parent c1c786e864
commit 293420a5ed
3 changed files with 3 additions and 8 deletions

View file

@ -5,10 +5,7 @@
home-manager.users.seb = {
home.stateVersion = "23.11";
myConfig = {
theme = "dark";
sops.enable = true;
};
myConfig.theme = "dark";
home.packages = [
pkgs.ffmpeg