kaas
This commit is contained in:
parent
b8e2429566
commit
b06525436b
10 changed files with 88 additions and 22 deletions
|
@ -2,6 +2,11 @@
|
|||
{
|
||||
imports = [ ./hardware.nix ];
|
||||
|
||||
fileSystems."/var/media_from_conf" = {
|
||||
device = "/dev/disk/by-label/data";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
modules = {
|
||||
themes = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue