inital support for sops + fomating
This commit is contained in:
parent
c27f617078
commit
b85a924774
26 changed files with 249 additions and 48 deletions
|
|
@ -1,5 +1,13 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
./hardware-configuration.nix
|
||||
# ../disko/mmcblk.nix
|
||||
../workstation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue