Skip to content

Commit e47ca2b

Browse files
committed
feat ✨(nishinoya): add extraConfigs file to nishonoya to set
confidential values Signed-off-by: Alan Amoyel <[email protected]>
1 parent ab5af77 commit e47ca2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

profiles/nishinoya/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
extraConfigs.nix

profiles/nishinoya/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ in
4343
username = "aamoyel";
4444
userImports = [ ./aamoyel ];
4545
})
46+
./extraConfigs.nix
4647
];
4748
}

0 commit comments

Comments
 (0)