diff --git a/flake.lock b/flake.lock index a2d5c0f..63cb0ef 100644 --- a/flake.lock +++ b/flake.lock @@ -70,11 +70,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1743870111, - "narHash": "sha256-EHo0M6xC4xmZ3KmAEOi6dBsy7zuKSEyjglvoU+v8hyk=", + "lastModified": 1743873242, + "narHash": "sha256-z1HQnvpt0doMfB2dmyRfvrgJumazI6gK8EdE+UI59m8=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "8eb8960e3aabf5486534c7ffad38504c53bf8d66", + "rev": "761195be1ba33f90242eb52d7be277252c459e38", "type": "github" }, "original": { diff --git a/hosts/eddie/configuration.nix b/hosts/eddie/configuration.nix index 1fbd949..e0dba72 100644 --- a/hosts/eddie/configuration.nix +++ b/hosts/eddie/configuration.nix @@ -13,7 +13,6 @@ ./hardware-configuration.nix ./razer-speaker-fix.nix - # sops-config niri kanata filesystems-filez diff --git a/hosts/media-server/configuration.nix b/hosts/media-server/configuration.nix index af4d212..2a9fb81 100644 --- a/hosts/media-server/configuration.nix +++ b/hosts/media-server/configuration.nix @@ -3,7 +3,6 @@ { imports = with nix-config.nixosModules; [ ./hardware-configuration.nix - # sops-config filesystems-filez ]; @@ -66,10 +65,6 @@ # Set your time zone. time.timeZone = "America/Toronto"; - sops-config = { - key-file = "/home/media/.config/sops/age/keys.txt"; - }; - # Define a user account. Don't forget to set a password with ‘passwd’. users.users.media = { isNormalUser = true;