feat: override continuwuity package
This commit is contained in:
parent
84bb31214c
commit
1a3d1f1fdd
4 changed files with 39 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
timeZone = "Europe/Berlin";
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
storageConfig = import ./config/storage.nix;
|
||||
storageModel = import ./intermediate/storage.nix;
|
||||
in {
|
||||
imports = [
|
||||
|
|
@ -21,6 +22,13 @@ in {
|
|||
|
||||
fileSystems = storageModel.fileSystems;
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "${storageConfig.ssd.path}/swapfile";
|
||||
size = 8192;
|
||||
}
|
||||
];
|
||||
|
||||
networking.hostName = "raspberry";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue