redo daedalusvm
This commit is contained in:
parent
8bb834b24f
commit
2c6f3a5ee3
28 changed files with 154 additions and 152 deletions
|
|
@ -3,9 +3,6 @@
|
|||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, inputs, pkgs, lib, ... }:
|
||||
let
|
||||
pubkeys = import ../../data/pubkeys.nix;
|
||||
in
|
||||
{
|
||||
imports =
|
||||
[
|
||||
|
|
@ -23,6 +20,8 @@ in
|
|||
boot.supportedFilesystems = [ "nfs" "nfs4" ];
|
||||
environment.systemPackages = [ pkgs.nfs-utils pkgs.virt-manager pkgs.firefox pkgs.kitty inputs.nixpkgs.legacyPackages.x86_64-linux.hello ];
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
nix.settings.extra-platforms = [ "x86_64-linux" ];
|
||||
nix.settings.extra-sandbox-paths = [ "/tmp/rosetta" "/run/binfmt" ];
|
||||
boot.binfmt.registrations."rosetta" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue