Essentially more sw + GRUB live usb trial

Installed and configured Yggdrasil; ported rustnet and install; GRUB
trial of USB Live stick
This commit is contained in:
2026-02-07 17:40:21 +02:00
parent 77eabee8d8
commit 62b27043f1
7 changed files with 17 additions and 16 deletions

View File

@@ -1,5 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
{pkgs ? import <nixpkgs> {}}:
pkgs.stdenv.mkDerivation rec {
pname = "rustnet";
version = "0.18.0";
@@ -23,6 +22,6 @@ pkgs.stdenv.mkDerivation rec {
#maintainers = lib.maintainers.0x545a;
#license = lib.licenses.asl20;
homepage = "https://github.com/domcyrus/rustnet";
platforms = [ "x86_64-linux" ];
platforms = ["x86_64-linux"];
};
}

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
services.yggdrasil = {
enable = true;
persistentKeys = false;