formatting
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
let
|
let
|
||||||
hostname = "janus";
|
|
||||||
username ="john";
|
username ="john";
|
||||||
|
hostname = "janus";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
flake.nixosConfigurations."${hostname}" = inputs.nixpkgs.lib.nixosSystem {
|
flake.nixosConfigurations."${hostname}" = inputs.nixpkgs.lib.nixosSystem {
|
||||||
modules = [
|
modules = with inputs.self.modules; [
|
||||||
inputs.self.modules.nixos.lxc
|
nixos.lxc
|
||||||
inputs.self.modules.nixos.zsh
|
nixos.zsh
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
inputs.self.modules.nixos."${username}"
|
nixos."${username}"
|
||||||
# inputs.self.modules.nixos.step-ca
|
# inputs.self.modules.nixos.step-ca
|
||||||
inputs.self.modules.nixos.docker
|
nixos.docker
|
||||||
{
|
{
|
||||||
home-manager.users."${username}" = {
|
home-manager.users."${username}" = {
|
||||||
shell.program = "zsh";
|
shell.program = "zsh";
|
||||||
|
|||||||
Reference in New Issue
Block a user