This commit is contained in:
Gene Liverman 2026-03-10 21:42:17 -04:00
parent d09d68e986
commit af7b438c2a
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -694,11 +694,11 @@
"sops-nix": "sops-nix"
},
"locked": {
"lastModified": 1773144129,
"narHash": "sha256-F00t0DRlt0GsaUxgp1qreSpV6qaZy0oNX9j98qj+NoY=",
"lastModified": 1773193278,
"narHash": "sha256-S3Gl330mYxUDSLHE6zIpntpfSwj0G6UU0PC+rFNZvp4=",
"owner": "genebean",
"repo": "private-flake",
"rev": "ed799ef806b4dc232866f9411ac5bc32b6f9ff5f",
"rev": "16d31173f921b6354dd545e141e75b03a09cf547",
"type": "github"
},
"original": {

View file

@ -1,4 +1,4 @@
{ config, pkgs, username, ... }: {
{ inputs, pkgs, username, ... }: {
imports = [
../../common/linux/nixroutes.nix
./disk-config.nix

View file

@ -1,4 +1,4 @@
{ pkgs, username, ... }: {
{ inputs, pkgs, username, ... }: {
imports = [
../../common/linux/nixroutes.nix
./disk-config.nix