mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni: add filesystem setup
This commit is contained in:
parent
35f0abedd0
commit
9a47f44c4e
@ -100,6 +100,10 @@
|
|||||||
emulators.enable = true;
|
emulators.enable = true;
|
||||||
retro-computing.enable = true;
|
retro-computing.enable = true;
|
||||||
};
|
};
|
||||||
|
filesystem = {
|
||||||
|
tools.enable = true;
|
||||||
|
setups.personal-webstorage.enable = true;
|
||||||
|
};
|
||||||
vpn.personal.enable = true;
|
vpn.personal.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user