File tree Expand file tree Collapse file tree 5 files changed +50
-78
lines changed
home/gabriel/features/pass Expand file tree Collapse file tree 5 files changed +50
-78
lines changed Original file line number Diff line number Diff line change 1212
1313 inputs = {
1414 # Nix ecosystem
15- nixpkgs . url = "github:nixos/nixpkgs/nixos-unstable-small " ;
16- nixpkgs-stable . url = "github:nixos/nixpkgs/nixos-25.05 " ;
15+ nixpkgs . url = "github:nixos/nixpkgs/nixos-unstable" ;
16+ nixpkgs-stable . url = "github:nixos/nixpkgs/nixos-25.11 " ;
1717 systems . url = "github:nix-systems/default-linux" ;
1818
1919 hardware . url = "github:nixos/nixos-hardware" ;
Original file line number Diff line number Diff line change 1313
1414 services . pass-secret-service = {
1515 enable = true ;
16- storePath = "${ config . home . homeDirectory } /.password-store" ;
1716 extraArgs = [ "-e${ config . programs . password-store . package } /bin/pass" ] ;
1817 } ;
1918
Original file line number Diff line number Diff line change 2121 "gsfontes.com"
2222 ] ;
2323 useFsLayout = true ;
24- certificateScheme = "acme-nginx" ;
24+ x509 . useACMEHost = config . mailserver . fqdn ;
2525 localDnsResolver = false ;
2626 loginAccounts = {
2727 "hi@m7.rs" = {
Original file line number Diff line number Diff line change 1010 name = "clip-notify" ;
1111 runtimeInputs = [ file coreutils libnotify wl-clipboard ] ;
1212 text = builtins . readFile ./clip-notify.sh ;
13- } )
14- // {
1513 meta = with lib ; {
1614 licenses = licenses . mit ;
1715 platforms = platforms . all ;
16+ mainProgram = "clip-notify" ;
1817 } ;
19- }
18+ } )
You can’t perform that action at this time.
0 commit comments