diff --git a/.sops.yaml b/.sops.yaml new file mode 100644 index 0000000..7b0b3bc --- /dev/null +++ b/.sops.yaml @@ -0,0 +1,7 @@ +keys: + - &cry age1e5e32alqa20cf40wt9jq8aaa2x3gh32207xj6ea5veszlpxnzgjqd2htm7 +creation_rules: + - path_regex: secrets/[^/]+\.(yaml|json|env|ini)$ + key_groups: + - age: + - *cry diff --git a/hosts/myputer/hardware.nix b/hosts/myputer/hardware.nix index f8c72c3..ed6ef8a 100644 --- a/hosts/myputer/hardware.nix +++ b/hosts/myputer/hardware.nix @@ -29,7 +29,7 @@ }; swapDevices = [ - {device = "/dev/disk/by-uuid/7f7e9d69-78e0-49f1-b792-6be26ed8e040";} + # {device = "/dev/disk/by-uuid/7f7e9d69-78e0-49f1-b792-6be26ed8e040";} {device = "/dev/disk/by-uuid/32ecabb6-7bb9-4861-8a2a-13a99f1338d2";} ];