Skip to content

Commit

Permalink
refactor(arm-vps): move from attic flake to nixpkgs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxels committed Nov 9, 2024
1 parent a079037 commit 174b782
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 138 deletions.
137 changes: 8 additions & 129 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};

attic = {
url = "github:zhaofengli/attic";
inputs.nixpkgs.follows = "nixpkgs";
};

nixvim-config = {
url = "github:pyxels/nixvim-config";
inputs = {
Expand Down
5 changes: 1 addition & 4 deletions nixos/arm-vps/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
bitwardenDomain = "bitwarden.${domain}";
in {
imports = [
inputs.attic.nixosModules.atticd
inputs.nixvim-config.nixosModules.default

./hardware-configuration.nix
Expand Down Expand Up @@ -69,9 +68,7 @@ in {
services.atticd = {
enable = true;

# Replace with absolute path to your credentials file
credentialsFile = config.age.secrets.attic-config.path;

environmentFile = config.age.secrets.attic-config.path;
settings = {
listen = "[::]:8080";
require-proof-of-possession = false;
Expand Down

0 comments on commit 174b782

Please sign in to comment.