mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
fix: use correct file path of minimal template
Some checks failed
Check flake / check (push) Has been cancelled
Some checks failed
Check flake / check (push) Has been cancelled
This commit is contained in:
parent
c346a920d6
commit
c2d2d82c76
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@
|
|||
|
||||
templates = rec {
|
||||
liminalOS = {
|
||||
path = ./templates/liminalOS;
|
||||
path = ./templates/minimal;
|
||||
description = "Barebones configuration of liminalOS";
|
||||
};
|
||||
default = liminalOS;
|
||||
|
|
Loading…
Reference in a new issue