mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Fixes
This commit is contained in:
parent
d09d68e986
commit
af7b438c2a
3 changed files with 5 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -694,11 +694,11 @@
|
||||||
"sops-nix": "sops-nix"
|
"sops-nix": "sops-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1773144129,
|
"lastModified": 1773193278,
|
||||||
"narHash": "sha256-F00t0DRlt0GsaUxgp1qreSpV6qaZy0oNX9j98qj+NoY=",
|
"narHash": "sha256-S3Gl330mYxUDSLHE6zIpntpfSwj0G6UU0PC+rFNZvp4=",
|
||||||
"owner": "genebean",
|
"owner": "genebean",
|
||||||
"repo": "private-flake",
|
"repo": "private-flake",
|
||||||
"rev": "ed799ef806b4dc232866f9411ac5bc32b6f9ff5f",
|
"rev": "16d31173f921b6354dd545e141e75b03a09cf547",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, username, ... }: {
|
{ inputs, pkgs, username, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
../../common/linux/nixroutes.nix
|
../../common/linux/nixroutes.nix
|
||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, username, ... }: {
|
{ inputs, pkgs, username, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
../../common/linux/nixroutes.nix
|
../../common/linux/nixroutes.nix
|
||||||
./disk-config.nix
|
./disk-config.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue