1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-03-13 16:03:25 +00:00
This commit is contained in:
Rae 5e 2025-03-05 17:06:00 -05:00
parent 926af65396
commit 764e829f00
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ this is rae's nixOS config meow
theoretically:
```sh
nix-shell -p git just
nix-shell -p git
git clone https://git.sr.ht/~roxwize/.dotfiles
cd .dotfiles/
nixos-install --flake './nixos#[hostname]'

View file

@ -1,5 +1,5 @@
{ pkgs, lib, ... }: let
cfg = options.containers.homepage;
cfg = config.containers.homepage;
settingsFormat = pkgs.formats.yaml;
in {
options.containers.homepage = {