homebrew pinning
This commit is contained in:
parent
4921973b9a
commit
480c556d32
45 changed files with 1401 additions and 2219 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
scope,
|
||||
...
|
||||
}:
|
||||
scope "boot" {
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.bunker.nixosModules.default
|
||||
];
|
||||
|
||||
bunker.kernel = {
|
||||
enable = true;
|
||||
version = "7.0";
|
||||
# cpuArch = "MZEN3";
|
||||
# hardened = false;
|
||||
# lto = "none";
|
||||
};
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
_: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
listenAddresses = [
|
||||
{
|
||||
addr = "100.64.0.3";
|
||||
|
|
|
|||
3
hosts/quiver/wm.nix
Normal file
3
hosts/quiver/wm.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
_: {
|
||||
programs.wry.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue