Ad Incus sandbox on fry I've already been using for a while now
All checks were successful
Check Flake / check-flake (push) Successful in 3m35s
All checks were successful
Check Flake / check-flake (push) Successful in 3m35s
This commit is contained in:
@@ -13,6 +13,18 @@
|
|||||||
# Upstream interface for sandbox networking (NAT)
|
# Upstream interface for sandbox networking (NAT)
|
||||||
networking.sandbox.upstreamInterface = lib.mkDefault "enp191s0";
|
networking.sandbox.upstreamInterface = lib.mkDefault "enp191s0";
|
||||||
|
|
||||||
|
# Enable sandboxed workspace
|
||||||
|
sandboxed-workspace = {
|
||||||
|
enable = true;
|
||||||
|
workspaces.test-incus = {
|
||||||
|
type = "incus";
|
||||||
|
autoStart = true;
|
||||||
|
config = ./workspaces/test-container.nix;
|
||||||
|
ip = "192.168.83.90";
|
||||||
|
hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL0SNSy/MdW38NqKzLr1SG8WKrs8XkrqibacaJtJPzgW";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
system76-keyboard-configurator
|
system76-keyboard-configurator
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user