lets see ts

This commit is contained in:
Osman Faruk Bayram 2025-10-14 14:25:11 +03:00
parent eb4407ae57
commit 1f30fc968b

View file

@ -28,7 +28,7 @@
enableGhostty = false;
};
};
services.tailscale = {
enable = true;
};
@ -70,14 +70,14 @@
nix.registry = {
self.flake = inputs.self;
# nixpkgs.flake = inputs.nixpkgs;
nixpkgs = {
from = { type = "indirect"; id = "nixpkgs"; };
to = {
path = inputs.nixpkgs.outPath;
type = "path";
};
};
nixpkgs.flake = inputs.nixpkgs;
# nixpkgs = {
# from = { type = "indirect"; id = "nixpkgs"; };
# to = {
# path = inputs.nixpkgs.outPath;
# type = "path";
# };
# };
# Commented out because i want to make sure it works if i switch a system
# to another nixpkgs with a different flake input name