mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix: formatting
This commit is contained in:
parent
12a55d533e
commit
36281c725e
6 changed files with 13 additions and 20 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
pkgsUnstable,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
# https://github.com/ChangeCaps/nixos-config/tree/0cec356abc0e46ca6ba27b3cf01cd51273bd4a69
|
# https://github.com/ChangeCaps/nixos-config/tree/0cec356abc0e46ca6ba27b3cf01cd51273bd4a69
|
||||||
{
|
{lib, ...}: {
|
||||||
lib,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
options.monitors = lib.mkOption {
|
options.monitors = lib.mkOption {
|
||||||
type = lib.types.listOf (lib.types.submodule {
|
type = lib.types.listOf (lib.types.submodule {
|
||||||
options = {
|
options = {
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ in {
|
||||||
};
|
};
|
||||||
"scw.ao" = {
|
"scw.ao" = {
|
||||||
user = "nij";
|
user = "nij";
|
||||||
|
hostname = "51.15.81.1";
|
||||||
proxyJump = lib.mkDefault "dev.ao";
|
proxyJump = lib.mkDefault "dev.ao";
|
||||||
identityFile = "${config.age.secrets.ssh-key-ao.path}";
|
identityFile = "${config.age.secrets.ssh-key-ao.path}";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
{
|
{pkgsUnstable, ...}: {
|
||||||
pkgsUnstable,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.systemPackages = with pkgsUnstable; [
|
environment.systemPackages = with pkgsUnstable; [
|
||||||
jujutsu
|
jujutsu
|
||||||
jjui
|
jjui
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue