feat(flake): init private nixos config

This commit is contained in:
Infinidoge 2023-03-30 12:08:30 -04:00
parent 106229cc3c
commit 8d1fe1f7a2
5 changed files with 23 additions and 0 deletions

16
flake.lock generated
View file

@ -701,6 +701,21 @@
"type": "github"
}
},
"private": {
"locked": {
"lastModified": 1680192378,
"narHash": "sha256-/zpk/EIDQkwoEPsYksKywno8+XAsKfYs0hxPekGafuk=",
"ref": "refs/heads/master",
"rev": "f451f10bd4711ebc4c538c18a92e722a00ef1697",
"revCount": 1,
"type": "git",
"url": "ssh://git@github.com/Infinidoge/universe-private"
},
"original": {
"type": "git",
"url": "ssh://git@github.com/Infinidoge/universe-private"
}
},
"quick-nix-registry": {
"inputs": {
"globalRegistry": "globalRegistry"
@ -735,6 +750,7 @@
"nixos": "nixos",
"nixos-hardware": "nixos-hardware_2",
"nixos-wsl": "nixos-wsl",
"private": "private",
"quick-nix-registry": "quick-nix-registry",
"stable": "stable",
"staging": "staging"

View file

@ -2,6 +2,8 @@
description = "Infinidoge's NixOS configuration";
inputs = {
private.url = "git+ssh://git@github.com/Infinidoge/universe-private";
# --- DevOS Flake Inputs
# # --- Channels ---
stable.url = "github:nixos/nixpkgs/nixos-22.05";
@ -148,6 +150,8 @@
])
];
};
inherit (inputs) private;
};
};

View file

@ -18,6 +18,7 @@
directories = [
"/home"
"/etc/nixos"
"/etc/nixos-private"
# /var directories
"/var/log"

View file

@ -16,6 +16,7 @@
directories = [
"/home"
"/etc/nixos"
"/etc/nixos-private"
"/root/.local/share/nix"
"/root/.ssh"

View file

@ -35,6 +35,7 @@
directories = [
"/home"
"/etc/nixos"
"/etc/nixos-private"
# /var directories
"/var/log"