add sops-nix

This commit is contained in:
Mohamed Chrayed
2026-03-03 14:50:38 +01:00
parent 2d815acded
commit a7f893323d
2 changed files with 23 additions and 1 deletions

23
flake.lock generated
View File

@@ -222,7 +222,8 @@
"import-tree": "import-tree", "import-tree": "import-tree",
"lanzaboote": "lanzaboote", "lanzaboote": "lanzaboote",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_2",
"nixpkgs-unstable": "nixpkgs-unstable" "nixpkgs-unstable": "nixpkgs-unstable",
"sops-nix": "sops-nix"
} }
}, },
"rust-overlay": { "rust-overlay": {
@@ -245,6 +246,26 @@
"repo": "rust-overlay", "repo": "rust-overlay",
"type": "github" "type": "github"
} }
},
"sops-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1772495394,
"narHash": "sha256-hmIvE/slLKEFKNEJz27IZ8BKlAaZDcjIHmkZ7GCEjfw=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "1d9b98a29a45abe9c4d3174bd36de9f28755e3ff",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View File

@@ -12,6 +12,7 @@
steam steam
lact lact
secure-boot secure-boot
sops-nix
]; ];
home-manager.users.${user}.imports = with config.flake.homeModules; [ home-manager.users.${user}.imports = with config.flake.homeModules; [