fixed secrets path

This commit is contained in:
chloe 2024-08-25 12:44:14 +02:00
parent 27730ec2c0
commit f7bc81be81
6 changed files with 22 additions and 12 deletions

View file

@ -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!!