mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-05 17:26:34 +05:30
feat: update trok flake input url
This commit is contained in:
18
flake.lock
generated
18
flake.lock
generated
@ -1672,17 +1672,17 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1741607494,
|
||||
"narHash": "sha256-d6H+zTm0g1loLBQOoesyLKFRAIDzdR7zPpO7fU/hSCY=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "05c9e912c47d8c67ce86a3cf92d8581dabf9dcb8",
|
||||
"revCount": 31,
|
||||
"type": "git",
|
||||
"url": "ssh://git@github.com/tuxdotrs/trok.git"
|
||||
"lastModified": 1750784325,
|
||||
"narHash": "sha256-7JsHpnDubs9fSNhDI8XC/1XMPK/ls6U4AVHc7HKzoMs=",
|
||||
"owner": "tuxdotrs",
|
||||
"repo": "trok",
|
||||
"rev": "071c6711274c9dda6e4f6c0dbaad827ad9b150f1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "ssh://git@github.com/tuxdotrs/trok.git"
|
||||
"owner": "tuxdotrs",
|
||||
"repo": "trok",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"utils": {
|
||||
|
@ -134,7 +134,7 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
trok = {
|
||||
url = "git+ssh://git@github.com/tuxdotrs/trok.git";
|
||||
url = "github:tuxdotrs/trok";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
tpanel = {
|
||||
|
@ -16,7 +16,6 @@
|
||||
../../modules/nixos/selfhosted/tfolio.nix
|
||||
../../modules/nixos/selfhosted/cyber-tux.nix
|
||||
../../modules/nixos/networking/ssh.nix
|
||||
../../modules/nixos/selfhosted/trok.nix
|
||||
];
|
||||
|
||||
sops.secrets.tux-password = {
|
||||
|
Reference in New Issue
Block a user