lets see ts
This commit is contained in:
parent
eb4407ae57
commit
1f30fc968b
1 changed files with 9 additions and 9 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
enableGhostty = false;
|
enableGhostty = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
@ -70,14 +70,14 @@
|
||||||
|
|
||||||
nix.registry = {
|
nix.registry = {
|
||||||
self.flake = inputs.self;
|
self.flake = inputs.self;
|
||||||
# nixpkgs.flake = inputs.nixpkgs;
|
nixpkgs.flake = inputs.nixpkgs;
|
||||||
nixpkgs = {
|
# nixpkgs = {
|
||||||
from = { type = "indirect"; id = "nixpkgs"; };
|
# from = { type = "indirect"; id = "nixpkgs"; };
|
||||||
to = {
|
# to = {
|
||||||
path = inputs.nixpkgs.outPath;
|
# path = inputs.nixpkgs.outPath;
|
||||||
type = "path";
|
# type = "path";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Commented out because i want to make sure it works if i switch a system
|
# Commented out because i want to make sure it works if i switch a system
|
||||||
# to another nixpkgs with a different flake input name
|
# to another nixpkgs with a different flake input name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue