Compare commits
2 Commits
b9cd78e43a
...
c56e8e1062
Author | SHA1 | Date |
---|---|---|
Alexandre LUCAZEAU | c56e8e1062 | |
Alexandre LUCAZEAU | 3bcf24b6a7 |
|
@ -4,16 +4,16 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./webserver.nix
|
./webserver.nix
|
||||||
./firewall-web.nix
|
./firewall-web.nix
|
||||||
../modules/gitea.nix
|
modules/gitea.nix
|
||||||
../modules/prometheus-node.nix
|
modules/prometheus-node.nix
|
||||||
../modules/common.nix
|
modules/common.nix
|
||||||
../modules/users.nix
|
modules/users.nix
|
||||||
# ../docker/appsmith.nix
|
# ../docker/appsmith.nix
|
||||||
../docker/kuma.nix
|
docker/kuma.nix
|
||||||
../modules/syncthing.nix
|
modules/syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "21.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
zramSwap.enable = false;
|
zramSwap.enable = false;
|
||||||
|
@ -25,6 +25,6 @@
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
/home/alexandre/git/nixos-config/docker/
|
|
@ -0,0 +1 @@
|
||||||
|
/home/alexandre/git/nixos-config/modules/
|
|
@ -28,7 +28,7 @@
|
||||||
programs.fish.shellAliases = {
|
programs.fish.shellAliases = {
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
ls = "lsd";
|
ls = "lsd";
|
||||||
lssh = "ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -o 'HostKeyAlgorithms +ssh-dss' -i ~/.ssh/id_rsa"
|
lssh = "ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -o 'HostKeyAlgorithms +ssh-dss' -i ~/.ssh/id_rsa";
|
||||||
# vi = "nvim";
|
# vi = "nvim";
|
||||||
# vim = "nvim";
|
# vim = "nvim";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue