Infini-STICK: resetup with disko

This commit is contained in:
Infinidoge 2024-11-23 04:06:04 -05:00
parent f27d02d161
commit 43087082c4
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
10 changed files with 32 additions and 425 deletions

View file

@ -1,11 +1,11 @@
{ pkgs, ... }: {
imports = [
./hardware-configuration.nix
./filesystems.nix
./disks.nix
];
system.stateVersion = "24.11";
networking.hostId = "06a3f197";
networking.hostId = "deadbeef";
boot.kernelPackages = pkgs.linuxPackages;