Removed secrets submodule

This commit is contained in:
Lgmrszd 2024-01-13 21:46:14 +03:00
parent 8b5554e732
commit 6a0f54a305
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
4 changed files with 2 additions and 7 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "secrets"]
path = secrets
url = git@git.disroot.org:lgmrszd/my-nix-secrets.git

View file

@ -4,7 +4,7 @@
# Do not modify this file! It was generated by ‘nixos-generate-config’ # Do not modify this file! It was generated by ‘nixos-generate-config’
# and may be overwritten by future invocations. Please make changes # and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead. # to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, secrets, ... }: { config, lib, pkgs, modulesPath, ... }:
let let
root = "/dev/vgmain/nixos"; root = "/dev/vgmain/nixos";
in in

View file

@ -1,5 +1,4 @@
{ secrets, ... }: {
with secrets.drive-ids; {
systemd.mounts = [ systemd.mounts = [
{ {
where = "/mounts/my_data"; where = "/mounts/my_data";

@ -1 +0,0 @@
Subproject commit 527386a2f978b930d5b38e4cc369f3c8146d0363