Merge pull request 'move clanName into nixos machine configuration' (#630) from Mic92-main into main

This commit is contained in:
clan-bot
2023-12-08 15:21:59 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ let
neededForBoot = true;
options = [ "trans=virtio" "version=9p2000.L" "cache=loose" ];
};
boot.initrd.systemd.enable = true;
}
];
};