mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
fixed secrets path
This commit is contained in:
parent
27730ec2c0
commit
f7bc81be81
6 changed files with 22 additions and 12 deletions
|
@ -3,14 +3,13 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
secrets,
|
||||
...
|
||||
}:
|
||||
let
|
||||
ip = "192.168.1.177";
|
||||
gateway = "192.168.1.1";
|
||||
username = "homelab";
|
||||
secrets = builtins.toString inputs.nix-secrets;
|
||||
in
|
||||
{
|
||||
# setting up networking!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue