Commit graph

18 commits

Author SHA1 Message Date
Benedikt Heine
bc3eb0a963 Remove superfluous chmods
ssh-keygen already cares about the permission bits. Adding another chmod
600 on top of it is a noop
2024-12-02 21:32:28 +01:00
Benedikt Heine
89ae4455bb Fix problems in umask
You must set the umask to not spill the directory permissions

$> umask
022
$> echo asdf1234 > password
$> ls -la password
-rw-r--r-- 1 bebe bebe 9  2. Dez 21:29 password
$> rm password
$> (umask 077; echo "my-super-safe-password" > password)
$> ls -la password
-rw------- 1 bebe bebe 23 Dec  2 21:28 password
2024-12-02 21:30:08 +01:00
Felix Buehler
94c76cd197 flake/nixinate: use apps/flakes directly 2024-11-08 00:19:17 +01:00
Felix Buehler
ae266efa43 readme: rename git-hook as well 2024-04-28 15:09:59 +02:00
Felix Buehler
de5fd563c3 nixinate: migrate from deploy-rs 2024-01-18 22:37:39 +01:00
Felix Buehler
08ffb1865a machine/serverle: switch to disko config 2023-09-07 00:00:34 +02:00
Felix Buehler
b4cc0204df readme: fix print 2023-09-05 21:51:43 +02:00
Felix Buehler
cac957a607 readme: add disko and nixos-anywhere 2023-09-02 17:57:22 +02:00
Felix Buehler
a77b786046 github-ci: add 2023-07-30 13:05:45 +02:00
Felix Buehler
95a721e7b8 readme: add & fix lint 2023-07-30 12:51:01 +02:00
Felix Buehler
2d29a71ce2 flake: add disko 2023-03-18 16:58:18 +01:00
Felix Buehler
b2ef1dd939 update README 2023-03-10 21:41:41 +01:00
Felix Buehler
9cf7be677d restructure folder organisation 2022-12-05 20:32:39 +01:00
Felix Buehler
a5857f31a3 move to flakes with configurations for each device 2022-11-23 22:57:09 +01:00
Felix Buehler
66416c739b udpate README 2022-07-30 15:03:48 +02:00
Felix Buehler
f65e0eccdf README: add links to other configs 2022-07-03 13:51:27 +02:00
Felix Buehler
89032569b6 have a new README reflecting flake changes 2022-06-15 21:14:59 +02:00
Felix Buehler
7517f318dc initial commit 2021-02-28 22:16:36 +01:00