Forget this 'mobile' thing.

Need a better story for laptops.
This commit is contained in:
niten 2021-11-28 12:48:32 -08:00
parent 3787e44f2c
commit 6c4cff6a8e
4 changed files with 8 additions and 12 deletions

View File

@ -17,7 +17,7 @@
}, },
"fudo-lib": { "fudo-lib": {
"locked": { "locked": {
"narHash": "sha256-Syzn7n7RzfbFFfE4luEEbcVo05Eq0eLed9QtCwXux1c=", "narHash": "sha256-r8qffvJPWbBJmN32thMIxjdmY9X5VCc3TuyQyFAIdks=",
"path": "/state/fudo-lib", "path": "/state/fudo-lib",
"type": "path" "type": "path"
}, },
@ -28,11 +28,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1637600646, "lastModified": 1637605846,
"narHash": "sha256-Nr/+8/ySh2Ezis0lWEn8jqdRax8ZVHAA9IGV0m0NA9I=", "narHash": "sha256-Llelj1pYeAhGLftPxM2ixSgAfdPBAZOnpBZtpvaZ3Xo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4418f362e68c69226807a5837fcbfc94f0b92adb", "rev": "d00918ccaf7e1532d35db2f1e3d44db3da39b851",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -9,7 +9,7 @@
outputs = { self, nixpkgs, fudo-lib, flake-utils, ... }: { outputs = { self, nixpkgs, fudo-lib, flake-utils, ... }: {
nixosModule = { nixosModule = {
imports = [ imports = [
fudo-lib.nixosModule #fudo-lib.nixosModule
./module.nix ./module.nix
]; ];
}; };

View File

@ -3,9 +3,9 @@
enable-gui = false; enable-gui = false;
rp = "niten"; rp = "niten";
admin-email = "niten@fudo.org"; admin-email = "niten@fudo.org";
domain = "mobile.fudo.org"; domain = "sea.fudo.org";
site = "mobile"; site = "seattle";
profile = "laptop"; profile = "laptop";
arch = "x86_64-linux"; arch = "x86_64-linux";
nixos-system = true; nixos-system = false;
} }

View File

@ -1,4 +0,0 @@
{
nameservers = [ "1.1.1.1" ];
timezone = "America/Los_Angeles";
}