feat(flake): init private nixos config
This commit is contained in:
parent
106229cc3c
commit
8d1fe1f7a2
5 changed files with 23 additions and 0 deletions
16
flake.lock
generated
16
flake.lock
generated
|
@ -701,6 +701,21 @@
|
||||||
"type": "github"
|
"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": {
|
"quick-nix-registry": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"globalRegistry": "globalRegistry"
|
"globalRegistry": "globalRegistry"
|
||||||
|
@ -735,6 +750,7 @@
|
||||||
"nixos": "nixos",
|
"nixos": "nixos",
|
||||||
"nixos-hardware": "nixos-hardware_2",
|
"nixos-hardware": "nixos-hardware_2",
|
||||||
"nixos-wsl": "nixos-wsl",
|
"nixos-wsl": "nixos-wsl",
|
||||||
|
"private": "private",
|
||||||
"quick-nix-registry": "quick-nix-registry",
|
"quick-nix-registry": "quick-nix-registry",
|
||||||
"stable": "stable",
|
"stable": "stable",
|
||||||
"staging": "staging"
|
"staging": "staging"
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
description = "Infinidoge's NixOS configuration";
|
description = "Infinidoge's NixOS configuration";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
private.url = "git+ssh://git@github.com/Infinidoge/universe-private";
|
||||||
|
|
||||||
# --- DevOS Flake Inputs
|
# --- DevOS Flake Inputs
|
||||||
# # --- Channels ---
|
# # --- Channels ---
|
||||||
stable.url = "github:nixos/nixpkgs/nixos-22.05";
|
stable.url = "github:nixos/nixpkgs/nixos-22.05";
|
||||||
|
@ -148,6 +150,8 @@
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
inherit (inputs) private;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
directories = [
|
directories = [
|
||||||
"/home"
|
"/home"
|
||||||
"/etc/nixos"
|
"/etc/nixos"
|
||||||
|
"/etc/nixos-private"
|
||||||
|
|
||||||
# /var directories
|
# /var directories
|
||||||
"/var/log"
|
"/var/log"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
directories = [
|
directories = [
|
||||||
"/home"
|
"/home"
|
||||||
"/etc/nixos"
|
"/etc/nixos"
|
||||||
|
"/etc/nixos-private"
|
||||||
|
|
||||||
"/root/.local/share/nix"
|
"/root/.local/share/nix"
|
||||||
"/root/.ssh"
|
"/root/.ssh"
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
directories = [
|
directories = [
|
||||||
"/home"
|
"/home"
|
||||||
"/etc/nixos"
|
"/etc/nixos"
|
||||||
|
"/etc/nixos-private"
|
||||||
|
|
||||||
# /var directories
|
# /var directories
|
||||||
"/var/log"
|
"/var/log"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue