mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
flake: remove sops-nix as part of shared modules
This commit is contained in:
parent
3f8cd93335
commit
ef29c952d3
@ -27,6 +27,7 @@
|
||||
];
|
||||
modules = [
|
||||
inputs.nur.hmModules.nur
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
nixvim.instance = "fiesta";
|
||||
deploy = {
|
||||
@ -43,7 +44,6 @@
|
||||
# cluster.
|
||||
sharedModules = [
|
||||
# ...plus a bunch of third-party modules.
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
|
||||
# The rainbow road to ricing your raw materials.
|
||||
|
@ -14,6 +14,7 @@
|
||||
formats = null;
|
||||
modules = [
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
homeManagerUsers = {
|
||||
nixpkgsInstance = "global";
|
||||
@ -43,6 +44,7 @@
|
||||
domain = "foodogsquared.one";
|
||||
modules = [
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
];
|
||||
deploy = {
|
||||
hostname = "plover.foodogsquared.one";
|
||||
@ -92,7 +94,6 @@
|
||||
sharedModules = [
|
||||
# Only have third-party modules with optional NixOS modules.
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
|
||||
# The rainbow road to ricing your raw materials.
|
||||
inputs.self.nixosModules.bahaghari
|
||||
|
Loading…
Reference in New Issue
Block a user