Go to file
2025-08-09 02:16:31 +02:00
computer Splunk added as Service running in a Kubernetes VM 2025-07-28 00:01:56 +02:00
os Splunk added as Service running in a Kubernetes VM 2025-07-28 00:01:56 +02:00
slides demo slides 2025-08-09 02:16:31 +02:00
software Splunk added as Service running in a Kubernetes VM 2025-07-28 00:01:56 +02:00
users Splunk added as Service running in a Kubernetes VM 2025-07-28 00:01:56 +02:00
virtualmachines Splunk added as Service running in a Kubernetes VM 2025-07-28 00:01:56 +02:00
.gitignore flake.nix for nix develop finished 2025-07-31 22:54:41 +02:00
flake.lock initial cleaned up config 2025-07-12 23:16:15 +02:00
flake.nix Splunk added as Service running in a Kubernetes VM 2025-07-28 00:01:56 +02:00
LICENSE Initial commit 2025-07-11 23:00:06 +02:00
options.nix Splunk added as Service running in a Kubernetes VM 2025-07-28 00:01:56 +02:00
README.md nextcloud server config added 2025-07-13 23:55:43 +02:00

nixos-demo

NixOS Installation

boot the installation image

SSH connection

  • use passwd to set a temporary password for the nixos user
  • connect to the PC with ssh nixos@nixos
  • the official NixOS installation manual describes how to do an installation without the graphical installer

NixOS installation

  • install git in a nix-shell for the installation process
  • start nix run with the related hostname to configure the disks and filesystems
  • start the NixOS installation process
nix-shell -p git
sudo nix --experimental-features "nix-command flakes" run 'github:nix-community/disko?tag=v1.12.0#disko' -- --mode disko --flake 'git+https://code.beancloud.de/public/nixos-demo.git?ref=main#pc-demo1'
sudo nixos-install --no-root-password --flake git+https://code.beancloud.de/public/nixos-demo.git?ref=main#pc-demo1

References