mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
926af65396
commit
764e829f00
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ this is rae's nixOS config meow
|
||||||
theoretically:
|
theoretically:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
nix-shell -p git just
|
nix-shell -p git
|
||||||
git clone https://git.sr.ht/~roxwize/.dotfiles
|
git clone https://git.sr.ht/~roxwize/.dotfiles
|
||||||
cd .dotfiles/
|
cd .dotfiles/
|
||||||
nixos-install --flake './nixos#[hostname]'
|
nixos-install --flake './nixos#[hostname]'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs, lib, ... }: let
|
{ pkgs, lib, ... }: let
|
||||||
cfg = options.containers.homepage;
|
cfg = config.containers.homepage;
|
||||||
settingsFormat = pkgs.formats.yaml;
|
settingsFormat = pkgs.formats.yaml;
|
||||||
in {
|
in {
|
||||||
options.containers.homepage = {
|
options.containers.homepage = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue