Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove password-hash.txt from repo | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | | | | Use Git Annex instead. | ||||
* | Move definitely from ownCloud to Nextcloud | EuAndreh | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Add note on fetchTarball during nixos-install | EuAndreh | 2019-06-02 | 1 | -0/+2 |
| | |||||
* | Remove PostgreSQL configuration | EuAndreh | 2019-06-02 | 1 | -14/+0 |
| | |||||
* | Format nixos/configuration.nix (linter offense) | EuAndreh | 2019-06-01 | 1 | -5/+4 |
| | |||||
* | Delete nixos/os-installation.sh | EuAndreh | 2019-06-01 | 1 | -114/+0 |
| | | | | | | | | It's content were fully replaced by public/nixos/burn.sh and public/nixos/install.sh. Both are already accessible online (through https://euandre.org/dotfiles/nixos/burn.sh). | ||||
* | Remove with pkgs; usage from configuration.nix | EuAndreh | 2019-06-01 | 1 | -5/+5 |
| | |||||
* | Remove symlink to nixos/utils.nix | EuAndreh | 2019-05-31 | 1 | -99/+0 |
| | |||||
* | Disable StrictHostKeyChecking | EuAndreh | 2019-05-31 | 1 | -1/+4 |
| | | | | | | | Security implications considerations: Since during the build script we're not copying private data, not performing critical commands or any sensitive actions, the risk of connecting to a spoofed SSH server is minimal. All the files should already be publicly accesible. | ||||
* | Use --archive option in rsync inside publishScript derivation | EuAndreh | 2019-05-31 | 1 | -9/+2 |
| | |||||
* | Format Nix files (linter offense) | EuAndreh | 2019-05-31 | 1 | -13/+14 |
| | |||||
* | Add orgMkDocs derivation to utils.nix | EuAndreh | 2019-05-31 | 1 | -0/+16 |
| | |||||
* | Format nixos/utils.nix (linter offense) | EuAndreh | 2019-05-30 | 1 | -1/+2 |
| | |||||
* | Publish contents for public/ folder | EuAndreh | 2019-05-30 | 1 | -0/+12 |
| | |||||
* | Remove default value of rootSrc | EuAndreh | 2019-05-30 | 1 | -3/+2 |
| | |||||
* | Restore subtasks.uniqueFeed derivation | EuAndreh | 2019-05-30 | 1 | -46/+0 |
| | |||||
* | Polish and use utils.fixme derivation | EuAndreh | 2019-05-30 | 2 | -8/+10 |
| | |||||
* | Move shellCheck derivation to utils.nix | EuAndreh | 2019-05-30 | 1 | -4/+3 |
| | |||||
* | Format all Nix code with nixfmt | EuAndreh | 2019-05-30 | 4 | -345/+438 |
| | |||||
* | Add note on declarative disk partitioning | EuAndreh | 2019-05-25 | 1 | -0/+1 |
| | |||||
* | Install terraform-full | EuAndreh | 2019-05-25 | 1 | -0/+1 |
| | |||||
* | Add nixfmt package | EuAndreh | 2019-05-25 | 1 | -0/+5 |
| | |||||
* | Use Nextcloud back again instead of ownCloud | EuAndreh | 2019-05-24 | 1 | -0/+1 |
| | |||||
* | Setup direnv hook | EuAndreh | 2019-05-24 | 1 | -0/+1 |
| | |||||
* | Revert "Remove Guix compatibility code." | EuAndreh | 2019-05-22 | 1 | -8/+56 |
| | | | | This reverts commit 5e9efb6478e7ef38ee2fcf2921634db0c27f5d05. | ||||
* | Redirect ArchiveBox output to logfile | EuAndreh | 2019-05-19 | 1 | -1/+1 |
| | |||||
* | Add nixops package | EuAndreh | 2019-05-19 | 1 | -0/+1 |
| | |||||
* | Add ArchiveBox setup | EuAndreh | 2019-05-19 | 1 | -4/+3 |
| | | | | | | | | | | | | - add repo to mrconfig; - create daily log file; - add `archivebox` executable to $PATH; - create cronjob to run every 12 hours; - backup ~/archive/ folder. Side note: medium.com DNS resolves to an IPv6 address but rejects connections from clients that try to reach medium using it. I had to force an IPv4 connection instead. | ||||
* | Remove unused cronjob. | EuAndreh | 2019-05-18 | 1 | -2/+0 |
| | |||||
* | Add swift package | EuAndreh | 2019-05-17 | 1 | -0/+1 |
| | |||||
* | Remove buku configuration. | EuAndreh | 2019-05-17 | 1 | -1/+0 |
| | |||||
* | Remove Guix compatibility code. | EuAndreh | 2019-05-17 | 1 | -56/+8 |
| | | | | | | | | | | | | Remove: - systemd definition; - guixbuilder users; - guixbuild groud; - guix binary symlink; - mr repository configurations; - gc.sh instructions; - Emacs configuration; - environment variables. | ||||
* | Add note on generating password hash file. | EuAndreh | 2019-05-02 | 2 | -2/+3 |
| | |||||
* | Move passwordFile to local-configuration.nix. | EuAndreh | 2019-05-02 | 2 | -1/+4 |
| | |||||
* | Disable PostgreSQL service. | EuAndreh | 2019-05-02 | 1 | -1/+1 |
| | |||||
* | Add untested-quodlibet-full package. | EuAndreh | 2019-05-01 | 1 | -0/+7 |
| | |||||
* | Comment definition of pkgsUnstable. | EuAndreh | 2019-05-01 | 1 | -5/+5 |
| | |||||
* | Use default versions of packages instead of unstable versions. | EuAndreh | 2019-05-01 | 1 | -6/+6 |
| | |||||
* | Put device specific configuration in local-configuration.nix file. | EuAndreh | 2019-05-01 | 2 | -2/+8 |
| | |||||
* | Remove custom build of Nods.js. | EuAndreh | 2019-05-01 | 1 | -10/+2 |
| | |||||
* | Rename hostName from "nixos" to "velhinho-nixos". | EuAndreh | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Remove commented grub.device configuration. | EuAndreh | 2019-05-01 | 1 | -1/+0 |
| | |||||
* | Add backup nixos/hardware-configuration.nix. | EuAndreh | 2019-05-01 | 1 | -0/+31 |
| | |||||
* | Update system.stateVersion from 18.09 to 19.03. | EuAndreh | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Disable Guix daemon in configuration.nix. | EuAndreh | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Fix indentation of packages. | EuAndreh | 2019-05-01 | 1 | -230/+230 |
| | |||||
* | Change device from nvme0n1 to sda. | EuAndreh | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Comment grub.device NixOS configuration. | EuAndreh | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'srht/master' | EuAndreh | 2019-04-28 | 2 | -14/+63 |
|\ | |||||
| * | Add cozy audiobook package. | EuAndreh | 2019-03-23 | 1 | -0/+1 |
| | |