diff --git a/devices/inkvine/options.nix b/devices/inkvine/options.nix index 4077f63..bb36423 100644 --- a/devices/inkvine/options.nix +++ b/devices/inkvine/options.nix @@ -1,10 +1,10 @@ { ... }: { conf = { - apps.enable = false; - niri.enable = false; + apps.enable = true; + niri.enable = true; extraLayout.enable = true; secureboot.enable = false; - containers.enable = false; + containers.enable = true; stateVersion = "24.11"; hmStateVersion = "24.11"; diff --git a/flake.lock b/flake.lock index ea16bf9..a7c11e3 100644 --- a/flake.lock +++ b/flake.lock @@ -21,6 +21,27 @@ "type": "github" } }, + "disko": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1734088167, + "narHash": "sha256-snPBgTqwn3FPZVdFC5yt7Bnk3squim1vZOZ8CObWykk=", + "owner": "nix-community", + "repo": "disko", + "rev": "65a441502c9382d41ada1adbc9bd31d6c9b00fe2", + "type": "github" + }, + "original": { + "owner": "nix-community", + "ref": "latest", + "repo": "disko", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -352,6 +373,7 @@ }, "root": { "inputs": { + "disko": "disko", "home-manager": "home-manager", "lanzaboote": "lanzaboote", "niri": "niri",