NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at e8a911e91a443b74c7eed09f8eee7ce006a6cdfd 9 lines 228 B view raw
1services: 2 nixos-rpi-sd-image: 3 image: ghcr.io/andreijiroh-dev/nixops-config/rpi-sd-imager:dev 4 build: 5 context: . 6 dockerfile: ./builder/Dockerfile 7 volumes: 8 - ./:/build/src 9 - ./output:/build/out