add out/error logs to gitignore

This commit is contained in:
2025-06-01 21:57:32 -05:00
parent 3b88def8b9
commit a70ec12a16
3 changed files with 2 additions and 18 deletions
+2
View File
@@ -1 +1,3 @@
server-info.txt
nixos/out
nixos/error
-18
View File
@@ -1,18 +0,0 @@
warning: Git tree '/home/roy/homelab-config' is dirty
error:
… while calling the 'seq' builtin
at /nix/store/1678p8vrnc4d1x65ahq6zwrhah102cgf-source/lib/modules.nix:360:18:
359| options = checked options;
360| config = checked (removeAttrs config [ "_module" ]);
| ^
361| _module = checked (config._module);
… while calling the 'throw' builtin
at /nix/store/1678p8vrnc4d1x65ahq6zwrhah102cgf-source/lib/modules.nix:331:13:
330| else
331| throw baseMsg
| ^
332| else
error: The option `default' does not exist. Definition values:
- In `/nix/store/1678p8vrnc4d1x65ahq6zwrhah102cgf-source/flake.nix': <function, args: {config, lib, pkgs}>
View File