Skip to content

Commit

Permalink
rerename lol
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 9, 2023
1 parent 08199b7 commit 3a1a771
Show file tree
Hide file tree
Showing 70 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .sops.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
keys:
- &isabel age1882yv8el2gg07yfzsd0ul46qpvarn39g45za8uxx03v2ww56vdyqa37qcp
creation_rules:
- path_regex: modules/common/secrets/[^/]+\.yaml$
- path_regex: modules/base/common/secrets/[^/]+\.yaml$
- key_groups:
- age:
- *isabel
6 changes: 3 additions & 3 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
modulePath = ../modules; # the base module path

# base modules, are the basis of this system configuration and are shared across all systems
baseModules = modulePath + /common; # the base directory for the common module
base = baseModules + /base; # defaults for all systems
baseModules = modulePath + /base; # the base directory for the common module
common = baseModules + /common; # defaults for all systems
options = baseModules + /options; # the module options for quick configuration

# profiles are hardware based, system optimised defaults
Expand All @@ -36,7 +36,7 @@

# a list of shared modules
shared = [
base # default shared across all system configuratons
common # default shared across all system configuratons
options # amazing quick settings module
sharedModules # sharing is careing, this mainly contains: hm and nixos (if any) modules
cat # catppucin for the quick themeing
Expand Down
2 changes: 1 addition & 1 deletion modules/base/common/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_: {
imports = [
./hosts # host configurations
./host # host configurations
./gaming # super cool procrastinations related things
./secrets # shhh
./services # allows for per-system system services to be enabled
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3a1a771

Please sign in to comment.