diff --git a/site/index.nix b/site/index.nix index 309b3b0..9bb3850 100644 --- a/site/index.nix +++ b/site/index.nix @@ -41,7 +41,7 @@ in { in /*html*/''
  • - ${member.name} + ${member.name} ${optionalString hasConfig /*html*/'' their nixos config ''} @@ -68,7 +68,7 @@ in {

    and make a PR to one of the repos adding yourself to the webring.nix file:
    - { name = "name"; domain = "mysite.tld"; config = "gitforge.tld/name/nixos"; } + { name = "name"; site = "mysite.tld"; config = "gitforge.tld/name/nixos"; }
    linking your nixos config is entirely optional! (you'll be way cooler though)

    diff --git a/webring.nix b/webring.nix index 967f7c7..2bd1cca 100644 --- a/webring.nix +++ b/webring.nix @@ -1,9 +1,9 @@ [ - { name = "poz"; domain = "jacekpoz.pl"; config = "flake.jacekpoz.pl"; } - { name = "krizej"; domain = "krizej.codeberg.page"; config = "git.jacekpoz.pl/krizej/nix"; } - { name = "partywumpus"; domain = "partywump.us"; config = "nix.partywump.us"; } - { name = "notashelf"; domain = "notashelf.dev"; config = "github.com/NotAShelf/nyx"; } - { name = "twig"; domain = "imnottwig.github.io"; config = "git.disroot.org/twigthecat/nixos"; } - { name = "fufexan"; domain = "fufexan.net"; config = "dots.fufexan.net"; } - { name = "orangc"; domain = "orangc.xyz"; config = "github.com/orxngc/dots"; } + { name = "poz"; site = "jacekpoz.pl"; config = "flake.jacekpoz.pl"; } + { name = "krizej"; site = "krizej.codeberg.page"; config = "git.jacekpoz.pl/krizej/nix"; } + { name = "partywumpus"; site = "partywump.us"; config = "nix.partywump.us"; } + { name = "notashelf"; site = "notashelf.dev"; config = "github.com/NotAShelf/nyx"; } + { name = "twig"; site = "imnottwig.github.io"; config = "git.disroot.org/twigthecat/nixos"; } + { name = "fufexan"; site = "fufexan.net"; config = "dots.fufexan.net"; } + { name = "orangc"; site = "orangc.xyz"; config = "github.com/orxngc/dots"; } ]