commit f9d3862a29a897e317d366559e3c36fc92425b67 Author: Kersten Kriegbaum Date: Tue Apr 22 22:50:57 2025 +0200 initial setup and first notes diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0746d19 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# IntelliJ IDEA +.idea/ +*.iml +*.iws +*.ipr +out/ +.idea_modules/ + +# Compiled files +*.class +*.jar +*.war +*.ear +target/ +build/ + +# Logs +*.log +log/ +logs/ + +# OS specific files +.DS_Store +Thumbs.db + +# Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml + +# Gradle +.gradle/ +build/ + +# Node.js +node_modules/ +npm-debug.log +yarn-error.log \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6fb0ed --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# NixOS Workspace Projekt +This is a collection of work in progress notes for kick starting the nixOS workspace project. The project aimes to deliver everyday working apps such as office, cloud sync, mail and so on on a open source and fully self controlled basis based on nixOS. + +## Security + +### Secure Boot + +### vulnix \ No newline at end of file