fix: Forgot headless farnsworth
This commit is contained in:
parent
e5093c0354
commit
4354883c63
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
# Available through 'nixos-rebuild --flake .#your-hostname'
|
||||
nixosConfigurations = {
|
||||
# M1 mac mini
|
||||
farnsworth = mkNixos [./hosts/farnsworth];
|
||||
farnsworth = mkHeadlessNixos [./hosts/farnsworth];
|
||||
|
||||
# Laptop
|
||||
amy = mkNixos [
|
||||
|
|
Loading…
Add table
Reference in a new issue