Commit Graph

735 Commits

Author SHA1 Message Date
Andreas Zweili 6d2c8c8caa Remove the variables.el file
I need to be able to customize the Emacs environment on the fly.
    I probably could write something like this with Nix butt I currently don't
    know a good way.
2022-05-16 18:55:28 +02:00
Andreas Zweili fbf187dd05 Correct some org-mode settings 2022-05-16 18:34:55 +02:00
Andreas Zweili 1b15d019eb Remove some unused capture templates 2022-05-16 18:14:58 +02:00
Andreas Zweili 6bf48f68d2 Add lnav to data-share module 2022-05-16 17:55:10 +02:00
Andreas Zweili 9a74814e71 Remove the management role from raspi-test 2022-05-09 20:49:56 +02:00
Andreas Zweili 7578917028 Make headless the default home-manager module for raspis 2022-05-09 20:49:21 +02:00
Andreas Zweili f79c8d61f9 Enable syslog on all servers 2022-05-06 15:29:24 +02:00
Andreas Zweili 9652b7732d Add a syslog module 2022-05-06 15:07:45 +02:00
Andreas Zweili 97fa3e7025 Enable the data-share in the desktop VM 2022-05-06 09:27:35 +02:00
Andreas Zweili 75f681aca4 Add ntp to all VMs 2022-05-05 22:55:27 +02:00
Andreas Zweili e383ddccce Correct attribute in ntp module 2022-05-05 22:27:26 +02:00
Andreas Zweili 8dd5c1ad45 Add an ntp module 2022-05-05 22:26:05 +02:00
Andreas Zweili 5bf55f525d Make the data-share laptop friendly 2022-05-05 22:25:22 +02:00
Andreas Zweili ed91388b57 Move the test server to the correct proxy 2022-05-05 00:08:53 +02:00
Andreas Zweili 0823dd148f Add a test server 2022-05-04 23:41:46 +02:00
Andreas Zweili 9d1b06558b Add a test-server 2022-05-04 23:11:05 +02:00
Andreas Zweili 76904c227c Comment out paused and testing systems 2022-05-04 23:10:45 +02:00
Andreas Zweili 32369f2774 Add workaround for git the security bug
https://github.com/NixOS/nixpkgs/issues/169193
2022-05-04 21:02:18 +02:00
Andreas Zweili c96aec29c0 update flake 2022-05-03 09:09:28 +02:00
Andreas Zweili da6e9083fb Reenable the Org agenda 2022-05-02 13:05:01 +02:00
Andreas Zweili 3a56513187 Revert "Disable the background color when running as service"
This reverts commit 2895036249.
2022-04-27 22:52:28 +02:00
Andreas Zweili 4028f8713f Remove graphic check for color-theme 2022-04-27 22:51:57 +02:00
Andreas Zweili 71c1dc8d97 Remove prettier and add mosh
prettier is already present in the Ansible module
2022-04-26 19:04:59 +02:00
Andreas Zweili 448bf36464 Add storage path for pictures 2022-04-23 16:46:19 +02:00
Andreas Zweili 395f155fc8 Use msmtp with mu4e 2022-04-23 00:19:18 +02:00
Andreas Zweili 43be88267c Correct the SMPT settings 2022-04-23 00:18:58 +02:00
Andreas Zweili 671fc4302a Correct the SMTP host 2022-04-22 18:55:25 +02:00
Andreas Zweili 9689977fb8 Add nodejs and npm to the Ansible role
Otherwise the Emacs formatter for YAML won't work.
2022-04-22 18:18:38 +02:00
Andreas Zweili f650342572 Remove unused systems 2022-04-22 18:17:27 +02:00
Andreas Zweili 01b6ebff22 Enable starship on all systems 2022-04-20 11:39:59 +02:00
Andreas Zweili 2895036249 Disable the background color when running as service
The previous code snippet didn't work when Emacs was running as a server.
    Whith this it is working now.
2022-04-20 11:37:27 +02:00
Andreas Zweili aac0286944 Correct the autostart scripts 2022-04-20 11:28:52 +02:00
Andreas Zweili 7025c64be3 Enable starship 2022-04-17 21:16:09 +02:00
Andreas Zweili 3cacd9ba10 Add amx for frequency sorted commands 2022-04-17 20:45:52 +02:00
Andreas Zweili 1c08608250 Correct the autostart scripts
With disown the applications are running in the wrong context and when I
    for example open a link it doesn't open in the browser.
2022-04-17 20:44:40 +02:00
Andreas Zweili fa27a49305 Enable formatter for ansible 2022-04-17 14:13:19 +02:00
Andreas Zweili 96e4bda3f7 Fix the pandoc setup for emacs 2022-04-17 14:12:38 +02:00
Andreas Zweili b7cd788458 Fetch new emails every 120 seconds 2022-04-17 12:53:24 +02:00
Andreas Zweili d6ef133668 update flake 2022-04-16 16:50:45 +02:00
Andreas Zweili 17c716d2d4 Enable emacs service 2022-04-16 16:41:56 +02:00
Andreas Zweili cb5aa6ace1 Merge mkComputer and mkVM
With this I only need one function to build all my x86 based systems.
2022-04-16 16:08:05 +02:00
Andreas Zweili 353646ac91 change home-manager role for raspi-test 2022-04-16 16:00:51 +02:00
Andreas Zweili 42380503d9 enable emails on management systems 2022-04-16 15:52:18 +02:00
Andreas Zweili a41bf97d54 Move the email password to secrets 2022-04-16 15:47:08 +02:00
Andreas Zweili b4d5fa105f add an alias to unlock restic 2022-04-16 15:44:53 +02:00
Andreas Zweili 780d5051f3 add a first draft for offlineimap and mu4e 2022-04-16 15:41:56 +02:00
Andreas Zweili e1be43cb4d extend the rebuild command 2022-04-16 15:24:10 +02:00
Andreas Zweili d9c7c01d1c Fix the autostart setup
For some reason keeweb always crashed because of the `nitrogen --restore`
    tasks. Couldn't figure out why, however it works when the wallpaper gets
    restored by grobi after it changed the screen layout. Not perfect but it
    works for me.
2022-04-15 15:45:44 +02:00
Andreas Zweili 228233e3f8 reformat the qtile config 2022-04-15 15:22:25 +02:00
Andreas Zweili bb0c90ab79 Merge branch 'master' of git.2li.ch:Nebucatnetzer/nixos 2022-04-15 15:21:33 +02:00