trying oracle always-free vps

working nginx proxy
intel isn't free tier...
This commit is contained in:
Gerg-L 2023-03-05 00:23:27 -05:00
parent 3ba7f68e59
commit 51dcf48524
3 changed files with 102 additions and 7 deletions

View file

@ -91,6 +91,15 @@
(import ./systems/mom-laptop inputs)
];
};
notbuntu = unstable.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {inherit self;};
modules = [
(import ./systems/notbuntu inputs)
(import ./modules/nix.nix inputs)
(import ./modules/unfree.nix inputs)
];
};
};
}
// flake-utils.lib.eachDefaultSystem (