pub-solar-os/hosts/cube/cube.nix

14 lines
181 B
Nix
Raw Permalink Normal View History

2022-08-13 09:12:00 +00:00
{ config, pkgs, lib, ... }:
with lib;
with pkgs;
let
psCfg = config.pub-solar;
in
{
imports = [
./configuration.nix
];
2022-08-19 17:42:42 +00:00
pub-solar.core.disk-encryption-active = false;
2022-08-13 09:12:00 +00:00
}