mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2026-04-14 13:19:09 +02:00
wip: continue
This commit is contained in:
parent
fa9bd32b0b
commit
e4c8bdced6
3 changed files with 8 additions and 6 deletions
|
|
@ -10042,8 +10042,8 @@ This is the battery for PII
|
||||||
#+begin_src nix-ts :tangle aspects/boot.nix
|
#+begin_src nix-ts :tangle aspects/boot.nix
|
||||||
{ inputs, ...}:
|
{ inputs, ...}:
|
||||||
{
|
{
|
||||||
den.aspects.boot = { lib, pkgs, ... }: {
|
den.aspects.boot = {
|
||||||
nixos = {
|
nixos = { pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.lanzaboote.nixosModules.lanzaboote
|
inputs.lanzaboote.nixosModules.lanzaboote
|
||||||
];
|
];
|
||||||
|
|
@ -10066,8 +10066,9 @@ This is the battery for PII
|
||||||
**** nixpkgs
|
**** nixpkgs
|
||||||
|
|
||||||
#+begin_src nix-ts :tangle aspects/nixpkgs.nix
|
#+begin_src nix-ts :tangle aspects/nixpkgs.nix
|
||||||
{ self, den, lib, ... }:
|
{ self, den, ... }:
|
||||||
let
|
let
|
||||||
|
inherit (self.outputs) lib;
|
||||||
nixpkgsModule = from:
|
nixpkgsModule = from:
|
||||||
let
|
let
|
||||||
config = if (from ? host) then from.host else if (from ? home) then from.home else { };
|
config = if (from ? host) then from.host else if (from ? home) then from.home else { };
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
{
|
{
|
||||||
den.aspects.boot = { pkgs, ... }: {
|
den.aspects.boot = {
|
||||||
nixos = {
|
nixos = { pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.lanzaboote.nixosModules.lanzaboote
|
inputs.lanzaboote.nixosModules.lanzaboote
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{ self, den, lib, ... }:
|
{ self, den, ... }:
|
||||||
let
|
let
|
||||||
|
inherit (self.outputs) lib;
|
||||||
nixpkgsModule = from:
|
nixpkgsModule = from:
|
||||||
let
|
let
|
||||||
config = if (from ? host) then from.host else if (from ? home) then from.home else { };
|
config = if (from ? host) then from.host else if (from ? home) then from.home else { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue