Compare commits
2 commits
cff2d1ea16
...
c76fcd1ee5
Author | SHA1 | Date | |
---|---|---|---|
|
c76fcd1ee5 | ||
|
ff948fdd89 |
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# TODO
|
||||||
|
|
||||||
|
- Add NetworkManager mullvad vpn configs
|
||||||
|
- Flesh out nixvim
|
||||||
|
- Reformat nixos-common module (its getting messy)
|
|
@ -115,6 +115,10 @@
|
||||||
id = "homework";
|
id = "homework";
|
||||||
devices = ["bicep" "jwst" "echo"];
|
devices = ["bicep" "jwst" "echo"];
|
||||||
};
|
};
|
||||||
|
"/data/textbooks" = {
|
||||||
|
id = "textbooks";
|
||||||
|
devices = ["bicep" "jwst" "echo"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue