janus updates
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
{ inputs, ... }:
|
||||
let
|
||||
username ="john";
|
||||
username = "john";
|
||||
hostname = "janus";
|
||||
in
|
||||
{
|
||||
flake.nixosConfigurations."${hostname}" = inputs.nixpkgs.lib.nixosSystem {
|
||||
modules = with inputs.self.modules; [
|
||||
nixos.lxc
|
||||
nixos.zsh
|
||||
nixos.sops
|
||||
nixos.step-client
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
nixos."${username}"
|
||||
# inputs.self.modules.nixos.step-ca
|
||||
nixos.zsh
|
||||
nixos.docker
|
||||
{
|
||||
home-manager.users."${username}" = {
|
||||
imports = with inputs.self.modules.homeManager; [
|
||||
sops
|
||||
];
|
||||
shell.program = "zsh";
|
||||
docker.enable = true;
|
||||
ssh.matchSets = {
|
||||
|
||||
Reference in New Issue
Block a user