[NixOS] Add airgapped machine

This commit is contained in:
2021-07-25 16:03:59 -06:00
parent 7eec5d3392
commit 8866d80e75
6 changed files with 23 additions and 9 deletions

View File

@@ -1,10 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
./base.nix
];
hardware.raspberry-pi."4".fkms-3d.enable = true;
boot = {