Enable ZFS but fr this time
This commit is contained in:
parent
5686499903
commit
6d1f2dcf73
|
@ -10,7 +10,10 @@
|
||||||
../../modules/system
|
../../modules/system
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "tower";
|
networking = {
|
||||||
|
hostName = "tower";
|
||||||
|
hostId = "3d16423a";
|
||||||
|
};
|
||||||
|
|
||||||
system = {
|
system = {
|
||||||
lanzaboote.enable = true;
|
lanzaboote.enable = true;
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
boot = {
|
boot.supportedFilesystems = {
|
||||||
supportedFilesystems.ntfs = true;
|
btrfs = true;
|
||||||
zfs.package = pkgs.zfs_unstable;
|
ntfs = true;
|
||||||
|
zfs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Reference in a new issue