Compare commits
No commits in common. "c56e8e10628766e188dcc8bfd7283a86f417528c" and "b9cd78e43a6f20c34f3ef9c0348bb2a3bff24129" have entirely different histories.
c56e8e1062
...
b9cd78e43a
|
@ -4,16 +4,16 @@
|
|||
./hardware-configuration.nix
|
||||
./webserver.nix
|
||||
./firewall-web.nix
|
||||
modules/gitea.nix
|
||||
modules/prometheus-node.nix
|
||||
modules/common.nix
|
||||
modules/users.nix
|
||||
../modules/gitea.nix
|
||||
../modules/prometheus-node.nix
|
||||
../modules/common.nix
|
||||
../modules/users.nix
|
||||
# ../docker/appsmith.nix
|
||||
docker/kuma.nix
|
||||
modules/syncthing.nix
|
||||
../docker/kuma.nix
|
||||
../modules/syncthing.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
system.stateVersion = "21.11";
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
zramSwap.enable = false;
|
||||
|
@ -25,6 +25,6 @@
|
|||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/home/alexandre/git/nixos-config/docker/
|
|
@ -1 +0,0 @@
|
|||
/home/alexandre/git/nixos-config/modules/
|
|
@ -28,7 +28,7 @@
|
|||
programs.fish.shellAliases = {
|
||||
ll = "ls -l";
|
||||
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";
|
||||
# vim = "nvim";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue