tomate: init
This commit is contained in:
parent
e04914e30d
commit
e86fdf1819
6 changed files with 219 additions and 1 deletions
12
flake.nix
12
flake.nix
|
@ -71,6 +71,18 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
tomate = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = inputs;
|
||||
modules = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
./modules/base.nix
|
||||
./modules/zsh.nix
|
||||
# {
|
||||
# sops.defaultSopsFile = ./secrets/tomate.yaml;
|
||||
# }
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue